diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-11-09 12:20:17 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2008-11-09 12:20:17 +0000 |
commit | 12a8d9d93e3eefe5e609c35ecbe370147110f4f3 (patch) | |
tree | b01ddaa5937fa5769178c15319b31e5c963c60ae /sys-auth/pam_ssh | |
parent | arm/s390/sh stable (diff) | |
download | gentoo-2-12a8d9d93e3eefe5e609c35ecbe370147110f4f3.tar.gz gentoo-2-12a8d9d93e3eefe5e609c35ecbe370147110f4f3.tar.bz2 gentoo-2-12a8d9d93e3eefe5e609c35ecbe370147110f4f3.zip |
Add arm/s390/sh #232691.
(Portage version: 2.2_rc13/cvs/Linux 2.6.27.4 x86_64)
Diffstat (limited to 'sys-auth/pam_ssh')
-rw-r--r-- | sys-auth/pam_ssh/ChangeLog | 7 | ||||
-rw-r--r-- | sys-auth/pam_ssh/pam_ssh-1.92.ebuild | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/sys-auth/pam_ssh/ChangeLog b/sys-auth/pam_ssh/ChangeLog index 3fdc515c7e47..4074886d69ce 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.20 2008/10/25 15:46:44 jer Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ssh/ChangeLog,v 1.21 2008/11/09 12:20:17 vapier Exp $ + + 09 Nov 2008; Mike Frysinger <vapier@gentoo.org> pam_ssh-1.92.ebuild: + Add arm/s390/sh #232691. 25 Oct 2008; Jeroen Roovers <jer@gentoo.org> pam_ssh-1.92.ebuild: Stable for HPPA too. diff --git a/sys-auth/pam_ssh/pam_ssh-1.92.ebuild b/sys-auth/pam_ssh/pam_ssh-1.92.ebuild index af9412ffb682..624972898640 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.14 2008/10/25 15:46:44 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ssh/pam_ssh-1.92.ebuild,v 1.15 2008/11/09 12:20:17 vapier 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 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86" IUSE="" # Doesn't work on OpenPAM. |