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