diff options
-rw-r--r-- | sys-auth/pam_ssh/ChangeLog | 5 | ||||
-rw-r--r-- | sys-auth/pam_ssh/pam_ssh-1.97-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-auth/pam_ssh/ChangeLog b/sys-auth/pam_ssh/ChangeLog index 739faf3134df..1c5c2e2d2eda 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.33 2009/08/02 15:01:45 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ssh/ChangeLog,v 1.34 2009/08/02 15:16:43 ranger Exp $ + + 02 Aug 2009; Brent Baude <ranger@gentoo.org> pam_ssh-1.97-r1.ebuild: + Marking pam_ssh-1.97-r1 ppc64 for bug 263579 02 Aug 2009; Jeroen Roovers <jer@gentoo.org> pam_ssh-1.97-r1.ebuild: Stable for HPPA (bug #263579). diff --git a/sys-auth/pam_ssh/pam_ssh-1.97-r1.ebuild b/sys-auth/pam_ssh/pam_ssh-1.97-r1.ebuild index 1e4bcc10f805..b34fed3c3b4e 100644 --- a/sys-auth/pam_ssh/pam_ssh-1.97-r1.ebuild +++ b/sys-auth/pam_ssh/pam_ssh-1.97-r1.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.97-r1.ebuild,v 1.4 2009/08/02 15:01:45 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ssh/pam_ssh-1.97-r1.ebuild,v 1.5 2009/08/02 15:16:43 ranger Exp $ EAPI=2 @@ -12,7 +12,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. |