diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2008-08-10 17:20:09 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2008-08-10 17:20:09 +0000 |
commit | b238549d957b213784ae7a10511063fd00956901 (patch) | |
tree | f2bab72fd5ac4b1707028764eec53b5f8ff01778 /sys-auth/pam_ssh | |
parent | Stable on alpha, bug #231189 (diff) | |
download | gentoo-2-b238549d957b213784ae7a10511063fd00956901.tar.gz gentoo-2-b238549d957b213784ae7a10511063fd00956901.tar.bz2 gentoo-2-b238549d957b213784ae7a10511063fd00956901.zip |
Keyworded on alpha, bug #232691
(Portage version: 2.2_rc7/cvs/Linux 2.6.26.1 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.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 4b02803d35d7..941526625877 100644 --- a/sys-auth/pam_ssh/ChangeLog +++ b/sys-auth/pam_ssh/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-auth/pam_ssh # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ssh/ChangeLog,v 1.16 2008/08/08 20:50:57 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ssh/ChangeLog,v 1.17 2008/08/10 17:20:09 klausman Exp $ + + 10 Aug 2008; Tobias Klausmann <klausman@gentoo.org> pam_ssh-1.92.ebuild: + Keyworded on alpha, bug #232691 08 Aug 2008; Steve Dibb <beandog@gentoo.org> pam_ssh-1.92.ebuild: amd64 stable, bug 232693 diff --git a/sys-auth/pam_ssh/pam_ssh-1.92.ebuild b/sys-auth/pam_ssh/pam_ssh-1.92.ebuild index 73f8dd0a1698..2775a7efd8c0 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-2008 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.10 2008/08/08 20:50:57 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ssh/pam_ssh-1.92.ebuild,v 1.11 2008/08/10 17:20:09 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="amd64 ~hppa ~ppc ~ppc64 ~sparc x86" +KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 ~sparc x86" IUSE="" # Doesn't work on OpenPAM. |