diff options
author | Markus Meier <maekke@gentoo.org> | 2010-10-05 19:58:10 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2010-10-05 19:58:10 +0000 |
commit | 1b042bfde081a7c4121fb46c1a6a1688fa187a77 (patch) | |
tree | 50af0c043c46b6101e013a8750103778bb61fe2d /sys-auth/pam_ssh | |
parent | x86 stable, bug #339168 (diff) | |
download | gentoo-2-1b042bfde081a7c4121fb46c1a6a1688fa187a77.tar.gz gentoo-2-1b042bfde081a7c4121fb46c1a6a1688fa187a77.tar.bz2 gentoo-2-1b042bfde081a7c4121fb46c1a6a1688fa187a77.zip |
amd64/x86 stable, bug #339176
(Portage version: 2.2_rc88/cvs/Linux x86_64)
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-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-auth/pam_ssh/ChangeLog b/sys-auth/pam_ssh/ChangeLog index d5bb59738a68..e5862317a539 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ssh/ChangeLog,v 1.39 2010/09/29 21:20:13 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ssh/ChangeLog,v 1.40 2010/10/05 19:58:10 maekke Exp $ + + 05 Oct 2010; Markus Meier <maekke@gentoo.org> pam_ssh-1.97-r2.ebuild: + amd64/x86 stable, bug #339176 29 Sep 2010; Diego E. Pettenò <flameeyes@gentoo.org> -files/pam_ssh-1.91-debian.patch, -files/pam_ssh-1.91-openssl-0.9.8.patch, diff --git a/sys-auth/pam_ssh/pam_ssh-1.97-r2.ebuild b/sys-auth/pam_ssh/pam_ssh-1.97-r2.ebuild index 1908a50b642e..6abbe1561f4a 100644 --- a/sys-auth/pam_ssh/pam_ssh-1.97-r2.ebuild +++ b/sys-auth/pam_ssh/pam_ssh-1.97-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 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-r2.ebuild,v 1.3 2010/09/29 21:20:13 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ssh/pam_ssh-1.97-r2.ebuild,v 1.4 2010/10/05 19:58:10 maekke 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 ~amd64-linux ~ia64-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~ia64-linux ~x86-linux" IUSE="" # Doesn't work on OpenPAM; looks for OpenSSH at build time (bug |