diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-02-25 15:28:38 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-02-25 15:28:38 +0000 |
commit | 1c4d2afd2a2e65f9c76c0f8e45d2f7d38302bbbd (patch) | |
tree | 6afda57af2fc0786c29e1d435af6e6ab1130a74c /sys-auth | |
parent | Stable for x86, wrt bug #512860 (diff) | |
download | gentoo-2-1c4d2afd2a2e65f9c76c0f8e45d2f7d38302bbbd.tar.gz gentoo-2-1c4d2afd2a2e65f9c76c0f8e45d2f7d38302bbbd.tar.bz2 gentoo-2-1c4d2afd2a2e65f9c76c0f8e45d2f7d38302bbbd.zip |
Stable for x86, wrt bug #519902
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/pam_mount/ChangeLog | 6 | ||||
-rw-r--r-- | sys-auth/pam_mount/pam_mount-2.14.ebuild | 4 | ||||
-rw-r--r-- | sys-auth/pam_mount/pam_mount-2.15.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/sys-auth/pam_mount/ChangeLog b/sys-auth/pam_mount/ChangeLog index 91d18e1735a4..572af615e23a 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-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/ChangeLog,v 1.80 2015/02/21 11:58:38 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/ChangeLog,v 1.81 2015/02/25 15:28:38 ago Exp $ + + 25 Feb 2015; Agostino Sarubbo <ago@gentoo.org> pam_mount-2.14.ebuild, + pam_mount-2.15.ebuild: + Stable for x86, wrt bug #519902 21 Feb 2015; Agostino Sarubbo <ago@gentoo.org> pam_mount-2.15.ebuild: Stable for ppc, wrt bug #519902 diff --git a/sys-auth/pam_mount/pam_mount-2.14.ebuild b/sys-auth/pam_mount/pam_mount-2.14.ebuild index c0c763f784ce..061359d455b3 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 +# Copyright 1999-2015 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.4 2014/02/24 01:52:38 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/pam_mount-2.14.ebuild,v 1.5 2015/02/25 15:28:38 ago Exp $ EAPI=4 diff --git a/sys-auth/pam_mount/pam_mount-2.15.ebuild b/sys-auth/pam_mount/pam_mount-2.15.ebuild index d8de10f5eb50..27662d54379b 100644 --- a/sys-auth/pam_mount/pam_mount-2.15.ebuild +++ b/sys-auth/pam_mount/pam_mount-2.15.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 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.15.ebuild,v 1.3 2015/02/21 11:58:38 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/pam_mount-2.15.ebuild,v 1.4 2015/02/25 15:28:38 ago Exp $ EAPI=5 @@ -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" |