diff options
author | Ferris McCormick <fmccor@gentoo.org> | 2008-07-23 11:07:58 +0000 |
---|---|---|
committer | Ferris McCormick <fmccor@gentoo.org> | 2008-07-23 11:07:58 +0000 |
commit | c87a68636856761a349a6c1368abef852e7f570e (patch) | |
tree | 6deb80592a22e4d2715a07443abd3badb4c819ee | |
parent | Fix up for gcc-4.3, bug 232623. (diff) | |
download | gentoo-2-c87a68636856761a349a6c1368abef852e7f570e.tar.gz gentoo-2-c87a68636856761a349a6c1368abef852e7f570e.tar.bz2 gentoo-2-c87a68636856761a349a6c1368abef852e7f570e.zip |
Add ~sparc keyword, Bug #232691.
(Portage version: 2.2_rc2/cvs/Linux 2.6.25-gentoo-r6-SB1000 sparc64)
-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 da5778d6187f..9c8c42ac50be 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.11 2008/07/23 02:34:27 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ssh/ChangeLog,v 1.12 2008/07/23 11:07:58 fmccor Exp $ + + 23 Jul 2008; Ferris McCormick <fmccor@gentoo.org> pam_ssh-1.92.ebuild: + Add ~sparc keyword, Bug #232691. 23 Jul 2008; Jeroen Roovers <jer@gentoo.org> pam_ssh-1.92.ebuild: Marked ~hppa (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 0561d09d6fe3..ca5ffe018134 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.5 2008/07/23 02:34:27 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ssh/pam_ssh-1.92.ebuild,v 1.6 2008/07/23 11:07:58 fmccor 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 ~x86" +KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86" IUSE="" # Doesn't work on OpenPAM. |