diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-08-18 13:26:57 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-08-18 13:26:57 +0000 |
commit | a31065849762fba46f9de6d857bf07796f14ec4c (patch) | |
tree | 8b6381e1ecd96ffd91c61d2e7a3d34f2416d6fe2 /sys-auth | |
parent | Stable for x86, wrt bug #442442 (diff) | |
download | gentoo-2-a31065849762fba46f9de6d857bf07796f14ec4c.tar.gz gentoo-2-a31065849762fba46f9de6d857bf07796f14ec4c.tar.bz2 gentoo-2-a31065849762fba46f9de6d857bf07796f14ec4c.zip |
Stable for x86, wrt bug #461388
(Portage version: 2.1.13.7/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 | 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 d4e08dd8f5dc..61d8d2059afd 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.69 2013/08/13 09:31:54 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/ChangeLog,v 1.70 2013/08/18 13:26:57 ago Exp $ + + 18 Aug 2013; Agostino Sarubbo <ago@gentoo.org> pam_mount-2.13-r1.ebuild: + Stable for x86, wrt bug #461388 13 Aug 2013; Agostino Sarubbo <ago@gentoo.org> pam_mount-2.13-r1.ebuild: Stable for amd64, 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 f234d174b429..e319f5ff9ada 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.2 2013/08/13 09:31:54 ago Exp $ +# $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 $ 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" |