diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2009-03-11 22:08:11 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2009-03-11 22:08:11 +0000 |
commit | e96e0a21a2c4941033c3b3e4ec6ced85f2554984 (patch) | |
tree | e3934f35de093e2e6a1045fe288016018f7ba82e /sys-auth/pam_ssh | |
parent | Add amd64-fbsd support. (diff) | |
download | historical-e96e0a21a2c4941033c3b3e4ec6ced85f2554984.tar.gz historical-e96e0a21a2c4941033c3b3e4ec6ced85f2554984.tar.bz2 historical-e96e0a21a2c4941033c3b3e4ec6ced85f2554984.zip |
Stable on alpha, bug #261595
Package-Manager: portage-2.1.6.7/cvs/Linux x86_64
Diffstat (limited to 'sys-auth/pam_ssh')
-rw-r--r-- | sys-auth/pam_ssh/ChangeLog | 5 | ||||
-rw-r--r-- | sys-auth/pam_ssh/pam_ssh-1.92.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-auth/pam_ssh/ChangeLog b/sys-auth/pam_ssh/ChangeLog index 650e75290baf..d9e2e94aa5d9 100644 --- a/sys-auth/pam_ssh/ChangeLog +++ b/sys-auth/pam_ssh/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-auth/pam_ssh # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ssh/ChangeLog,v 1.22 2009/03/07 18:00:29 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ssh/ChangeLog,v 1.23 2009/03/11 22:07:38 klausman Exp $ + + 11 Mar 2009; Tobias Klausmann <klausman@gentoo.org> pam_ssh-1.92.ebuild: + Stable on alpha, bug #261595 07 Mar 2009; Diego E. Pettenò <flameeyes@gentoo.org> -pam_ssh-1.91.ebuild, -pam_ssh-1.91-r2.ebuild, pam_ssh-1.92.ebuild: diff --git a/sys-auth/pam_ssh/pam_ssh-1.92.ebuild b/sys-auth/pam_ssh/pam_ssh-1.92.ebuild index df7296598c77..44b0a741f691 100644 --- a/sys-auth/pam_ssh/pam_ssh-1.92.ebuild +++ b/sys-auth/pam_ssh/pam_ssh-1.92.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ssh/pam_ssh-1.92.ebuild,v 1.17 2009/03/07 18:00:29 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ssh/pam_ssh-1.92.ebuild,v 1.18 2009/03/11 22:07:38 klausman Exp $ inherit pam eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/pam-ssh/${P}.tar.bz2" LICENSE="BSD as-is" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ~ia64 m68k ~mips ~ppc ~ppc64 s390 sh ~sparc x86" +KEYWORDS="alpha amd64 arm hppa ~ia64 m68k ~mips ~ppc ~ppc64 s390 sh ~sparc x86" IUSE="" # Doesn't work on OpenPAM. |