diff options
author | Pacho Ramos <pacho@gentoo.org> | 2013-12-15 07:34:34 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2013-12-15 07:34:34 +0000 |
commit | 1ac572a3014c6f1d97e8810c742d059dd432036d (patch) | |
tree | 720d1fe094ba2fe26e85ebcf980f7b6edb6ef4c3 /sys-auth/pam_ssh | |
parent | sys-cluster/charm-6.5.1-r3: Fix python build time requirements for documentat... (diff) | |
download | gentoo-2-1ac572a3014c6f1d97e8810c742d059dd432036d.tar.gz gentoo-2-1ac572a3014c6f1d97e8810c742d059dd432036d.tar.bz2 gentoo-2-1ac572a3014c6f1d97e8810c742d059dd432036d.zip |
amd64 stable, bug #459960
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
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 614e267fc8b6..928a0172f98d 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.49 2013/12/14 14:51:58 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ssh/ChangeLog,v 1.50 2013/12/15 07:34:34 pacho Exp $ + + 15 Dec 2013; Pacho Ramos <pacho@gentoo.org> pam_ssh-1.98.ebuild: + amd64 stable, bug #459960 14 Dec 2013; Johannes Huber <johu@gentoo.org> pam_ssh-1.98.ebuild: x86 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 c9b4854928bf..d37afe9f3103 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.2 2013/12/14 14:51:58 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ssh/pam_ssh-1.98.ebuild,v 1.3 2013/12/15 07:34:34 pacho 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 |