diff options
author | Jeroen Roovers <jer@gentoo.org> | 2008-07-23 02:34:27 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2008-07-23 02:34:27 +0000 |
commit | a42d1765004aadc975dbb13c115c6e30b4eb72ad (patch) | |
tree | 48529efd67746a69c9e003da89a3cc3082b5f227 /sys-auth/pam_ssh | |
parent | old (diff) | |
download | gentoo-2-a42d1765004aadc975dbb13c115c6e30b4eb72ad.tar.gz gentoo-2-a42d1765004aadc975dbb13c115c6e30b4eb72ad.tar.bz2 gentoo-2-a42d1765004aadc975dbb13c115c6e30b4eb72ad.zip |
Marked ~hppa (bug #232691).
(Portage version: 2.2_rc1/cvs/Linux 2.6.24-gentoo-r2-JeR i686)
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 aaed9256e533..da5778d6187f 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.10 2008/07/22 22:48:25 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ssh/ChangeLog,v 1.11 2008/07/23 02:34:27 jer Exp $ + + 23 Jul 2008; Jeroen Roovers <jer@gentoo.org> pam_ssh-1.92.ebuild: + Marked ~hppa (bug #232691). 22 Jul 2008; Diego Pettenò <flameeyes@gentoo.org> pam_ssh-1.92.ebuild: Quote variable on line 40 for the latest ebuild and use emake for install diff --git a/sys-auth/pam_ssh/pam_ssh-1.92.ebuild b/sys-auth/pam_ssh/pam_ssh-1.92.ebuild index 9ffd0c83d1e8..0561d09d6fe3 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.4 2008/07/22 22:48:25 flameeyes Exp $ +# $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 $ inherit pam eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/pam-ssh/${P}.tar.bz2" LICENSE="BSD as-is" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~hppa ~ppc ~x86" IUSE="" # Doesn't work on OpenPAM. |