diff options
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" |