diff options
Diffstat (limited to 'sec-policy/selinux-automount')
-rw-r--r-- | sec-policy/selinux-automount/ChangeLog | 5 | ||||
-rw-r--r-- | sec-policy/selinux-automount/selinux-automount-9999.ebuild | 8 |
2 files changed, 10 insertions, 3 deletions
diff --git a/sec-policy/selinux-automount/ChangeLog b/sec-policy/selinux-automount/ChangeLog index 121ba742e852..bb8c30b49be5 100644 --- a/sec-policy/selinux-automount/ChangeLog +++ b/sec-policy/selinux-automount/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sec-policy/selinux-automount # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-automount/ChangeLog,v 1.45 2014/08/22 17:40:05 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-automount/ChangeLog,v 1.46 2014/11/01 16:13:33 swift Exp $ + + 01 Nov 2014; Sven Vermeulen <swift@gentoo.org> selinux-automount-9999.ebuild: + Add KEYWORDS logic in -9999 ebuilds for ease of copying 22 Aug 2014; Sven Vermeulen <swift@gentoo.org> selinux-automount-2.20140311-r5.ebuild: diff --git a/sec-policy/selinux-automount/selinux-automount-9999.ebuild b/sec-policy/selinux-automount/selinux-automount-9999.ebuild index 557141e7c81c..308602a48696 100644 --- a/sec-policy/selinux-automount/selinux-automount-9999.ebuild +++ b/sec-policy/selinux-automount/selinux-automount-9999.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/sec-policy/selinux-automount/selinux-automount-9999.ebuild,v 1.2 2014/08/08 18:49:54 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-automount/selinux-automount-9999.ebuild,v 1.3 2014/11/01 16:13:33 swift Exp $ EAPI="5" IUSE="" @@ -10,4 +10,8 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for automount" -KEYWORDS="" +if [[ $PV == 9999* ]] ; then + KEYWORDS="" +else + KEYWORDS="~amd64 ~x86" +fi |