diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-12-21 18:15:13 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-12-21 18:15:13 +0000 |
commit | a213df7bcbaccd93b12e7583e56e87e440753d51 (patch) | |
tree | eb3038ff07833b19ceb05f91983c930bee387212 /sys-auth/pam_ssh | |
parent | Stable for ppc, wrt bug #494408 (diff) | |
download | gentoo-2-a213df7bcbaccd93b12e7583e56e87e440753d51.tar.gz gentoo-2-a213df7bcbaccd93b12e7583e56e87e440753d51.tar.bz2 gentoo-2-a213df7bcbaccd93b12e7583e56e87e440753d51.zip |
Stable for ppc, wrt bug #459960
(Portage version: 2.2.1/cvs/Linux ppc64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
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.98.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-auth/pam_ssh/ChangeLog b/sys-auth/pam_ssh/ChangeLog index 9e22eb6e6abe..a11c594fcd66 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-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ssh/ChangeLog,v 1.53 2013/12/17 20:29:30 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ssh/ChangeLog,v 1.54 2013/12/21 18:15:13 ago Exp $ + + 21 Dec 2013; Agostino Sarubbo <ago@gentoo.org> pam_ssh-1.98.ebuild: + Stable for ppc, wrt bug #459960 17 Dec 2013; Markus Meier <maekke@gentoo.org> pam_ssh-1.98.ebuild: arm stable, bug #459960 diff --git a/sys-auth/pam_ssh/pam_ssh-1.98.ebuild b/sys-auth/pam_ssh/pam_ssh-1.98.ebuild index 8908f716be0a..8c102077fadb 100644 --- a/sys-auth/pam_ssh/pam_ssh-1.98.ebuild +++ b/sys-auth/pam_ssh/pam_ssh-1.98.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 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.98.ebuild,v 1.6 2013/12/17 20:29:30 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ssh/pam_ssh-1.98.ebuild,v 1.7 2013/12/21 18:15:13 ago Exp $ EAPI=5 inherit pam eutils flag-o-matic readme.gentoo @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/pam-ssh/${P}.tar.bz2" LICENSE="BSD-2 BSD ISC" 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 |