diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-08-10 21:16:41 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-08-10 21:16:41 +0000 |
commit | c0160a5cb875ca1543864a742b49ded929b260ff (patch) | |
tree | 635eb61ac5179d58d6908693b1095c719a105b80 /sys-auth/pam_ssh | |
parent | alpha/ia64/sparc/x86 stable wrt #234387 (diff) | |
download | gentoo-2-c0160a5cb875ca1543864a742b49ded929b260ff.tar.gz gentoo-2-c0160a5cb875ca1543864a742b49ded929b260ff.tar.bz2 gentoo-2-c0160a5cb875ca1543864a742b49ded929b260ff.zip |
Add ~ia64 wrt #232691
(Portage version: 2.1.4.4)
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 941526625877..54534a0112a5 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.17 2008/08/10 17:20:09 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ssh/ChangeLog,v 1.18 2008/08/10 21:16:41 armin76 Exp $ + + 10 Aug 2008; Raúl Porcel <armin76@gentoo.org> pam_ssh-1.92.ebuild: + Add ~ia64 wrt #232691 10 Aug 2008; Tobias Klausmann <klausman@gentoo.org> pam_ssh-1.92.ebuild: Keyworded on alpha, bug #232691 diff --git a/sys-auth/pam_ssh/pam_ssh-1.92.ebuild b/sys-auth/pam_ssh/pam_ssh-1.92.ebuild index 2775a7efd8c0..04136f917176 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.11 2008/08/10 17:20:09 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ssh/pam_ssh-1.92.ebuild,v 1.12 2008/08/10 21:16:41 armin76 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 ~hppa ~ppc ~ppc64 ~sparc x86" +KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86" IUSE="" # Doesn't work on OpenPAM. |