diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2014-02-24 01:52:38 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2014-02-24 01:52:38 +0000 |
commit | ecef836dae0085ffbab5b942d9f20f4032f49393 (patch) | |
tree | 4b77ff515785e74d4fa0a8e889d80de758fdc176 /sys-auth/pam_mount | |
parent | x86 stable wrt bug #495958 (diff) | |
download | gentoo-2-ecef836dae0085ffbab5b942d9f20f4032f49393.tar.gz gentoo-2-ecef836dae0085ffbab5b942d9f20f4032f49393.tar.bz2 gentoo-2-ecef836dae0085ffbab5b942d9f20f4032f49393.zip |
x86 stable wrt bug #495960
(Portage version: 2.2.7/cvs/Linux i686, RepoMan options: --ignore-arches, signed Manifest commit with key 0x4F1A2555EA71991D!)
Diffstat (limited to 'sys-auth/pam_mount')
-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 3f00f4ae903d..559a17f66691 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-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/ChangeLog,v 1.75 2014/01/20 15:54:57 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/ChangeLog,v 1.76 2014/02/24 01:52:38 phajdan.jr Exp $ + + 24 Feb 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org> pam_mount-2.14.ebuild: + x86 stable wrt bug #495960 20 Jan 2014; Agostino Sarubbo <ago@gentoo.org> pam_mount-2.14.ebuild: Stable for ppc, wrt bug #495960 diff --git a/sys-auth/pam_mount/pam_mount-2.14.ebuild b/sys-auth/pam_mount/pam_mount-2.14.ebuild index af7928bfb7ce..c0c763f784ce 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-2014 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.3 2014/01/20 15:54:57 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/pam_mount-2.14.ebuild,v 1.4 2014/02/24 01:52:38 phajdan.jr 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" |