diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2009-03-11 22:07:38 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2009-03-11 22:07:38 +0000 |
commit | 3d8ff5ee5fd89f5c1fa1a6a56392488d722c1ef4 (patch) | |
tree | 20d40e72b8de3e41602ab8b8557b83df6f96f59d /sys-auth | |
parent | Add amd64-fbsd support. (diff) | |
download | gentoo-2-3d8ff5ee5fd89f5c1fa1a6a56392488d722c1ef4.tar.gz gentoo-2-3d8ff5ee5fd89f5c1fa1a6a56392488d722c1ef4.tar.bz2 gentoo-2-3d8ff5ee5fd89f5c1fa1a6a56392488d722c1ef4.zip |
Stable on alpha, bug #261595
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/pam_ssh/ChangeLog | 5 | ||||
-rw-r--r-- | sys-auth/pam_ssh/pam_ssh-1.92.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-auth/pam_ssh/ChangeLog b/sys-auth/pam_ssh/ChangeLog index 650e75290baf..d9e2e94aa5d9 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.22 2009/03/07 18:00:29 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ssh/ChangeLog,v 1.23 2009/03/11 22:07:38 klausman Exp $ + + 11 Mar 2009; Tobias Klausmann <klausman@gentoo.org> pam_ssh-1.92.ebuild: + Stable on alpha, bug #261595 07 Mar 2009; Diego E. Pettenò <flameeyes@gentoo.org> -pam_ssh-1.91.ebuild, -pam_ssh-1.91-r2.ebuild, pam_ssh-1.92.ebuild: diff --git a/sys-auth/pam_ssh/pam_ssh-1.92.ebuild b/sys-auth/pam_ssh/pam_ssh-1.92.ebuild index df7296598c77..44b0a741f691 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-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.92.ebuild,v 1.17 2009/03/07 18:00:29 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ssh/pam_ssh-1.92.ebuild,v 1.18 2009/03/11 22:07:38 klausman 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 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. |