diff options
author | Brent Baude <ranger@gentoo.org> | 2012-03-07 19:14:10 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2012-03-07 19:14:10 +0000 |
commit | 53505d1f6ca2dfe024a8537c517b488c7e2c0cdb (patch) | |
tree | 59e54b9c1d53a9f2dc44dd3a34d282183535c462 /sys-auth/pam_mount | |
parent | Marking libhx-3.11 ppc for bug 380783 (diff) | |
download | gentoo-2-53505d1f6ca2dfe024a8537c517b488c7e2c0cdb.tar.gz gentoo-2-53505d1f6ca2dfe024a8537c517b488c7e2c0cdb.tar.bz2 gentoo-2-53505d1f6ca2dfe024a8537c517b488c7e2c0cdb.zip |
Marking pam_mount-2.11 ppc for bug 380783
(Portage version: 2.1.10.11/cvs/Linux ppc64)
Diffstat (limited to 'sys-auth/pam_mount')
-rw-r--r-- | sys-auth/pam_mount/ChangeLog | 7 | ||||
-rw-r--r-- | sys-auth/pam_mount/pam_mount-2.11.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-auth/pam_mount/ChangeLog b/sys-auth/pam_mount/ChangeLog index 2c63c09fb3bc..2e8190e010d2 100644 --- a/sys-auth/pam_mount/ChangeLog +++ b/sys-auth/pam_mount/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-auth/pam_mount -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/ChangeLog,v 1.63 2011/12/24 10:57:46 hanno Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/ChangeLog,v 1.64 2012/03/07 19:14:10 ranger Exp $ + + 07 Mar 2012; Brent Baude <ranger@gentoo.org> pam_mount-2.11.ebuild: + Marking pam_mount-2.11 ppc for bug 380783 24 Dec 2011; Hanno Boeck <hanno@gentoo.org> pam_mount-2.13.ebuild: Needs mount / util-linux 2.20 or later. diff --git a/sys-auth/pam_mount/pam_mount-2.11.ebuild b/sys-auth/pam_mount/pam_mount-2.11.ebuild index 4d49f0b41465..63602263fcc7 100644 --- a/sys-auth/pam_mount/pam_mount-2.11.ebuild +++ b/sys-auth/pam_mount/pam_mount-2.11.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/pam_mount-2.11.ebuild,v 1.6 2011/09/04 13:50:03 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/pam_mount-2.11.ebuild,v 1.7 2012/03/07 19:14:10 ranger Exp $ EAPI=4 @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/pam-mount/${P}.tar.xz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="amd64 ~ppc x86" +KEYWORDS="amd64 ppc x86" IUSE="crypt ssl selinux" |