summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Vermeulen <swift@gentoo.org>2014-11-01 16:14:41 +0000
committerSven Vermeulen <swift@gentoo.org>2014-11-01 16:14:41 +0000
commit0f5c895f9b00d061f6ec67fa27ff186e8dfc751b (patch)
tree40dd226eb3b52a451555c910ab7926d33a11182b /sec-policy/selinux-smartmon/selinux-smartmon-9999.ebuild
parentx11-misc/redshift: GTK+ 3.x with introspection (bug #527540) (diff)
downloadhistorical-0f5c895f9b00d061f6ec67fa27ff186e8dfc751b.tar.gz
historical-0f5c895f9b00d061f6ec67fa27ff186e8dfc751b.tar.bz2
historical-0f5c895f9b00d061f6ec67fa27ff186e8dfc751b.zip
Add KEYWORDS logic in -9999 ebuilds for ease of copying
Package-Manager: portage-2.2.8-r2/cvs/Linux x86_64 Manifest-Sign-Key: 0x2EDD52403B68AF47
Diffstat (limited to 'sec-policy/selinux-smartmon/selinux-smartmon-9999.ebuild')
-rw-r--r--sec-policy/selinux-smartmon/selinux-smartmon-9999.ebuild8
1 files changed, 6 insertions, 2 deletions
diff --git a/sec-policy/selinux-smartmon/selinux-smartmon-9999.ebuild b/sec-policy/selinux-smartmon/selinux-smartmon-9999.ebuild
index a14772ccc370..2ccd93ce6ac0 100644
--- a/sec-policy/selinux-smartmon/selinux-smartmon-9999.ebuild
+++ b/sec-policy/selinux-smartmon/selinux-smartmon-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-smartmon/selinux-smartmon-9999.ebuild,v 1.2 2014/08/08 18:49:21 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-smartmon/selinux-smartmon-9999.ebuild,v 1.3 2014/11/01 16:13:32 swift Exp $
EAPI="5"
IUSE=""
@@ -10,4 +10,8 @@ inherit selinux-policy-2
DESCRIPTION="SELinux policy for smartmon"
-KEYWORDS=""
+if [[ $PV == 9999* ]] ; then
+ KEYWORDS=""
+else
+ KEYWORDS="~amd64 ~x86"
+fi