diff options
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/pam_ssh/ChangeLog | 5 | ||||
-rw-r--r-- | sys-auth/pam_ssh/pam_ssh-1.91-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-auth/pam_ssh/ChangeLog b/sys-auth/pam_ssh/ChangeLog index 5e87f382186b..8d9da8bbe805 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-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ssh/ChangeLog,v 1.5 2006/09/12 09:07:35 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ssh/ChangeLog,v 1.6 2006/10/02 01:26:14 tester Exp $ + + 02 Oct 2006; Olivier Crête <tester@gentoo.org> pam_ssh-1.91-r2.ebuild: + Stable on amd64 12 Sep 2006; <ticho@gentoo.org> pam_ssh-1.91-r2.ebuild: Stable on x86, bug 146271. diff --git a/sys-auth/pam_ssh/pam_ssh-1.91-r2.ebuild b/sys-auth/pam_ssh/pam_ssh-1.91-r2.ebuild index 35585f66e5cb..5397402fc101 100644 --- a/sys-auth/pam_ssh/pam_ssh-1.91-r2.ebuild +++ b/sys-auth/pam_ssh/pam_ssh-1.91-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 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.91-r2.ebuild,v 1.3 2006/09/12 09:07:35 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ssh/pam_ssh-1.91-r2.ebuild,v 1.4 2006/10/02 01:26:14 tester Exp $ inherit pam eutils @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/pam-ssh/${P}.tar.bz2" RESTRICT="nomirror confcache" LICENSE="BSD as-is" SLOT="0" -KEYWORDS="~amd64 ~ppc x86" +KEYWORDS="amd64 ~ppc x86" IUSE="" # Doesn't work on OpenPAM. |