diff options
author | Steve Dibb <beandog@gentoo.org> | 2008-08-08 20:50:57 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2008-08-08 20:50:57 +0000 |
commit | 425d1b9431122c252be7e12f96d8ea2ee69275d4 (patch) | |
tree | 68652598baf7d84c1f522a76e359d9c59c1efd0e /sys-auth | |
parent | drop old; mips to ~ (diff) | |
download | gentoo-2-425d1b9431122c252be7e12f96d8ea2ee69275d4.tar.gz gentoo-2-425d1b9431122c252be7e12f96d8ea2ee69275d4.tar.bz2 gentoo-2-425d1b9431122c252be7e12f96d8ea2ee69275d4.zip |
amd64 stable, bug 232693
(Portage version: 2.2_rc6/cvs/Linux 2.6.25-tuxonice-r6 x86_64)
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 33913c21f95d..4b02803d35d7 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.15 2008/08/02 21:31:19 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ssh/ChangeLog,v 1.16 2008/08/08 20:50:57 beandog Exp $ + + 08 Aug 2008; Steve Dibb <beandog@gentoo.org> pam_ssh-1.92.ebuild: + amd64 stable, bug 232693 02 Aug 2008; Markus Rothe <corsair@gentoo.org> pam_ssh-1.92.ebuild: It was meant to be ~ppc64... diff --git a/sys-auth/pam_ssh/pam_ssh-1.92.ebuild b/sys-auth/pam_ssh/pam_ssh-1.92.ebuild index 50949f599bec..73f8dd0a1698 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.9 2008/08/02 21:31:19 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ssh/pam_ssh-1.92.ebuild,v 1.10 2008/08/08 20:50:57 beandog 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 ~ppc64 ~sparc x86" +KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~sparc x86" IUSE="" # Doesn't work on OpenPAM. |