summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Vermeulen <swift@gentoo.org>2014-11-01 16:13:42 +0000
committerSven Vermeulen <swift@gentoo.org>2014-11-01 16:13:42 +0000
commit58e42b93f0f516bccdb56597e3e79c6fa264ae6c (patch)
tree97566fb10935c814ac57e60eeb89a98b646968a7 /sec-policy/selinux-automount
parentx11-misc/redshift: GTK+ 3.x with introspection (bug #527540) (diff)
downloadgentoo-2-58e42b93f0f516bccdb56597e3e79c6fa264ae6c.tar.gz
gentoo-2-58e42b93f0f516bccdb56597e3e79c6fa264ae6c.tar.bz2
gentoo-2-58e42b93f0f516bccdb56597e3e79c6fa264ae6c.zip
Add KEYWORDS logic in -9999 ebuilds for ease of copying
(Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0x2EDD52403B68AF47)
Diffstat (limited to 'sec-policy/selinux-automount')
-rw-r--r--sec-policy/selinux-automount/ChangeLog5
-rw-r--r--sec-policy/selinux-automount/selinux-automount-9999.ebuild8
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