diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2009-03-14 13:48:42 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2009-03-14 13:48:42 +0000 |
commit | 84fe8b589856a22f94129247792e9fff45518a06 (patch) | |
tree | 1d8a54289b4f05f52c2092a17e47a8f31aa7ccc3 /sys-auth/pam_ssh | |
parent | The patch was supposed to hit only 5.08 in 5.07 it is in correct GL_EXES part. (diff) | |
download | historical-84fe8b589856a22f94129247792e9fff45518a06.tar.gz historical-84fe8b589856a22f94129247792e9fff45518a06.tar.bz2 historical-84fe8b589856a22f94129247792e9fff45518a06.zip |
ppc stable #261595
Package-Manager: portage-2.1.6.8/cvs/Linux ppc
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 d9e2e94aa5d9..116227dd256f 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.23 2009/03/11 22:07:38 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ssh/ChangeLog,v 1.24 2009/03/14 13:46:57 nixnut Exp $ + + 14 Mar 2009; nixnut <nixnut@gentoo.org> pam_ssh-1.92.ebuild: + ppc stable #261595 11 Mar 2009; Tobias Klausmann <klausman@gentoo.org> pam_ssh-1.92.ebuild: Stable on alpha, bug #261595 diff --git a/sys-auth/pam_ssh/pam_ssh-1.92.ebuild b/sys-auth/pam_ssh/pam_ssh-1.92.ebuild index 44b0a741f691..39af1e5f8197 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.18 2009/03/11 22:07:38 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ssh/pam_ssh-1.92.ebuild,v 1.19 2009/03/14 13:46:57 nixnut 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. |