diff options
author | Markus Rothe <corsair@gentoo.org> | 2008-08-02 21:28:46 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2008-08-02 21:28:46 +0000 |
commit | b0309a68479ca7c7e4115f95b49297b8211425b5 (patch) | |
tree | 7e5eb0a556d03b6076e47227128039535f971c15 /sys-auth | |
parent | Stable on ppc64; bug #232688 (diff) | |
download | gentoo-2-b0309a68479ca7c7e4115f95b49297b8211425b5.tar.gz gentoo-2-b0309a68479ca7c7e4115f95b49297b8211425b5.tar.bz2 gentoo-2-b0309a68479ca7c7e4115f95b49297b8211425b5.zip |
Stable on ppc64; bug #232691
(Portage version: 2.1.4.4)
Diffstat (limited to 'sys-auth')
-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 88268b10d36f..df2cdec7e9aa 100644 --- a/sys-auth/pam_ssh/ChangeLog +++ b/sys-auth/pam_ssh/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-auth/pam_ssh # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ssh/ChangeLog,v 1.13 2008/07/24 18:40:05 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ssh/ChangeLog,v 1.14 2008/08/02 21:28:46 corsair Exp $ + + 02 Aug 2008; Markus Rothe <corsair@gentoo.org> pam_ssh-1.92.ebuild: + Stable on ppc64; bug #232691 24 Jul 2008; Raúl Porcel <armin76@gentoo.org> pam_ssh-1.92.ebuild: x86 stable wrt #232693 diff --git a/sys-auth/pam_ssh/pam_ssh-1.92.ebuild b/sys-auth/pam_ssh/pam_ssh-1.92.ebuild index 83aa9ebf2b2f..da7934200e8d 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-2008 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.7 2008/07/24 18:40:05 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ssh/pam_ssh-1.92.ebuild,v 1.8 2008/08/02 21:28:46 corsair Exp $ inherit pam eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/pam-ssh/${P}.tar.bz2" LICENSE="BSD as-is" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~sparc x86" +KEYWORDS="~amd64 ~hppa ~ppc ppc64 ~sparc x86" IUSE="" # Doesn't work on OpenPAM. |