diff options
author | Matt Turner <mattst88@gentoo.org> | 2013-12-27 19:46:52 +0000 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2013-12-27 19:46:52 +0000 |
commit | a3d82c7c7b699a3a065fea7666c49713cb82fcc4 (patch) | |
tree | f3a030e75754a542b326da02b5244f0bf805291b /sys-auth | |
parent | amd64 stable, bug 495960. (diff) | |
download | gentoo-2-a3d82c7c7b699a3a065fea7666c49713cb82fcc4.tar.gz gentoo-2-a3d82c7c7b699a3a065fea7666c49713cb82fcc4.tar.bz2 gentoo-2-a3d82c7c7b699a3a065fea7666c49713cb82fcc4.zip |
amd64 stable, bug 495960.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 974CA72A)
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/pam_mount/ChangeLog | 5 | ||||
-rw-r--r-- | sys-auth/pam_mount/pam_mount-2.14.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-auth/pam_mount/ChangeLog b/sys-auth/pam_mount/ChangeLog index 266cab26d5cc..0235c2c7d1d6 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-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/ChangeLog,v 1.73 2013/10/05 01:19:15 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/ChangeLog,v 1.74 2013/12/27 19:46:52 mattst88 Exp $ + + 27 Dec 2013; Matt Turner <mattst88@gentoo.org> pam_mount-2.14.ebuild: + amd64 stable, bug 495960. 05 Oct 2013; Matt Turner <mattst88@gentoo.org> -files/pam_mount-2.11-fix-build-without-cryptsetup.patch, diff --git a/sys-auth/pam_mount/pam_mount-2.14.ebuild b/sys-auth/pam_mount/pam_mount-2.14.ebuild index db30b4392a5b..8d1725832b58 100644 --- a/sys-auth/pam_mount/pam_mount-2.14.ebuild +++ b/sys-auth/pam_mount/pam_mount-2.14.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 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.14.ebuild,v 1.1 2013/10/05 01:15:13 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/pam_mount-2.14.ebuild,v 1.2 2013/12/27 19:46:52 mattst88 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" |