diff options
author | Tobias Scherbaum <dertobi123@gentoo.org> | 2007-10-06 19:07:02 +0000 |
---|---|---|
committer | Tobias Scherbaum <dertobi123@gentoo.org> | 2007-10-06 19:07:02 +0000 |
commit | b18af5e832b52d8a2e7e646669e07d41fab4ee2f (patch) | |
tree | 311ba517945a3b62c3a4858db6214da24d63e973 /sys-auth | |
parent | ppc stable, bug #194563 (diff) | |
download | gentoo-2-b18af5e832b52d8a2e7e646669e07d41fab4ee2f.tar.gz gentoo-2-b18af5e832b52d8a2e7e646669e07d41fab4ee2f.tar.bz2 gentoo-2-b18af5e832b52d8a2e7e646669e07d41fab4ee2f.zip |
Added ~ppc, bug #194497
(Portage version: 2.1.3.9)
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/pam_mount/ChangeLog | 6 | ||||
-rw-r--r-- | sys-auth/pam_mount/pam_mount-0.29.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-auth/pam_mount/ChangeLog b/sys-auth/pam_mount/ChangeLog index f6f1bc702bbf..9d76ceae470f 100644 --- a/sys-auth/pam_mount/ChangeLog +++ b/sys-auth/pam_mount/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-auth/pam_mount # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/ChangeLog,v 1.8 2007/09/28 14:39:03 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/ChangeLog,v 1.9 2007/10/06 19:07:02 dertobi123 Exp $ + + 06 Oct 2007; Tobias Scherbaum <dertobi123@gentoo.org> + pam_mount-0.29.ebuild: + Added ~ppc, bug #194497 *pam_mount-0.29 (28 Sep 2007) diff --git a/sys-auth/pam_mount/pam_mount-0.29.ebuild b/sys-auth/pam_mount/pam_mount-0.29.ebuild index c392b40ec11e..9baed931f205 100644 --- a/sys-auth/pam_mount/pam_mount-0.29.ebuild +++ b/sys-auth/pam_mount/pam_mount-0.29.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/pam_mount-0.29.ebuild,v 1.1 2007/09/28 14:39:03 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/pam_mount-0.29.ebuild,v 1.2 2007/10/06 19:07:02 dertobi123 Exp $ inherit eutils multilib pam @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/pam-mount/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~amd64" +KEYWORDS="~amd64 ~ppc ~x86" IUSE="crypt" DEPEND=">=sys-libs/pam-0.72 |