diff options
author | Jeroen Roovers <jer@gentoo.org> | 2009-07-28 18:26:51 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2009-07-28 18:26:51 +0000 |
commit | d9ab277f4c7d497f65557abb9ef356a3f8e9c15e (patch) | |
tree | 3050bb0e6d0d70ccf0d91d07360425e66702d6a5 /sys-auth/pam_ssh | |
parent | Fix bug 274350 (file collision) (diff) | |
download | gentoo-2-d9ab277f4c7d497f65557abb9ef356a3f8e9c15e.tar.gz gentoo-2-d9ab277f4c7d497f65557abb9ef356a3f8e9c15e.tar.bz2 gentoo-2-d9ab277f4c7d497f65557abb9ef356a3f8e9c15e.zip |
Stable for HPPA (bug #263579).
(Portage version: 2.2_rc33/cvs/Linux i686)
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.97.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-auth/pam_ssh/ChangeLog b/sys-auth/pam_ssh/ChangeLog index a093a4b42395..b2554004d466 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.27 2009/07/28 02:10:27 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ssh/ChangeLog,v 1.28 2009/07/28 18:26:51 jer Exp $ + + 28 Jul 2009; Jeroen Roovers <jer@gentoo.org> pam_ssh-1.97.ebuild: + Stable for HPPA (bug #263579). *pam_ssh-1.97 (28 Jul 2009) diff --git a/sys-auth/pam_ssh/pam_ssh-1.97.ebuild b/sys-auth/pam_ssh/pam_ssh-1.97.ebuild index e00070dc115c..d1b7c276dd5a 100644 --- a/sys-auth/pam_ssh/pam_ssh-1.97.ebuild +++ b/sys-auth/pam_ssh/pam_ssh-1.97.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.ebuild,v 1.1 2009/07/28 02:10:27 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ssh/pam_ssh-1.97.ebuild,v 1.2 2009/07/28 18:26:51 jer 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. |