diff options
author | Jeroen Roovers <jer@gentoo.org> | 2008-10-25 15:46:44 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2008-10-25 15:46:44 +0000 |
commit | 160fd17d46f287581c0f72e402e98a749a842e48 (patch) | |
tree | 85a8d804b920216342f4aefb1f15d84ace6e10a6 /sys-auth | |
parent | Stable on ppc wrt bug 242932 (diff) | |
download | gentoo-2-160fd17d46f287581c0f72e402e98a749a842e48.tar.gz gentoo-2-160fd17d46f287581c0f72e402e98a749a842e48.tar.bz2 gentoo-2-160fd17d46f287581c0f72e402e98a749a842e48.zip |
Stable for HPPA too.
(Portage version: 2.2_rc12/cvs/Linux 2.6.25-gentoo-r7-JeR i686)
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 0a51d46f5070..3fdc515c7e47 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.19 2008/08/10 22:47:01 ricmm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ssh/ChangeLog,v 1.20 2008/10/25 15:46:44 jer Exp $ + + 25 Oct 2008; Jeroen Roovers <jer@gentoo.org> pam_ssh-1.92.ebuild: + Stable for HPPA too. 10 Aug 2008; Ricardo Mendoza <ricmm@gentoo.org> pam_ssh-1.92.ebuild: Add ~mips, bug #232691 diff --git a/sys-auth/pam_ssh/pam_ssh-1.92.ebuild b/sys-auth/pam_ssh/pam_ssh-1.92.ebuild index abb05f23057a..af9412ffb682 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.13 2008/08/10 22:47:01 ricmm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ssh/pam_ssh-1.92.ebuild,v 1.14 2008/10/25 15:46:44 jer 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 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86" +KEYWORDS="~alpha amd64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86" IUSE="" # Doesn't work on OpenPAM. |