diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-08-19 13:36:10 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-08-19 13:36:10 +0000 |
commit | c70044ca59c3bfbe87437556e788e225e1f6de3b (patch) | |
tree | 26b762bf852e39dd17625e38d1bf90210bfe791b /sys-auth/pam_mount | |
parent | Stable for ppc, wrt bug #479498 (diff) | |
download | gentoo-2-c70044ca59c3bfbe87437556e788e225e1f6de3b.tar.gz gentoo-2-c70044ca59c3bfbe87437556e788e225e1f6de3b.tar.bz2 gentoo-2-c70044ca59c3bfbe87437556e788e225e1f6de3b.zip |
Stable for ppc, wrt bug #461388
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
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.13-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-auth/pam_mount/ChangeLog b/sys-auth/pam_mount/ChangeLog index 61d8d2059afd..4420110b2ebb 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.70 2013/08/18 13:26:57 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/ChangeLog,v 1.71 2013/08/19 13:36:10 ago Exp $ + + 19 Aug 2013; Agostino Sarubbo <ago@gentoo.org> pam_mount-2.13-r1.ebuild: + Stable for ppc, wrt bug #461388 18 Aug 2013; Agostino Sarubbo <ago@gentoo.org> pam_mount-2.13-r1.ebuild: Stable for x86, wrt bug #461388 diff --git a/sys-auth/pam_mount/pam_mount-2.13-r1.ebuild b/sys-auth/pam_mount/pam_mount-2.13-r1.ebuild index e319f5ff9ada..a291ed5705d5 100644 --- a/sys-auth/pam_mount/pam_mount-2.13-r1.ebuild +++ b/sys-auth/pam_mount/pam_mount-2.13-r1.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.13-r1.ebuild,v 1.3 2013/08/18 13:26:57 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/pam_mount-2.13-r1.ebuild,v 1.4 2013/08/19 13:36:10 ago 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" |