summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Zaman <perfinion@gentoo.org>2015-12-18 12:38:27 +0800
committerJason Zaman <perfinion@gentoo.org>2015-12-18 12:53:39 +0800
commit5231e417bf80278d39198663c2aef041a88c98a4 (patch)
tree001194993ba1efab9d1461d72b84ad682a33823c /sec-policy/selinux-makewhatis/selinux-makewhatis-2.20151208-r1.ebuild
parentnet-wireless/aircrack-ng: head uses CXX now so add override like CC et al (diff)
downloadgentoo-5231e417bf80278d39198663c2aef041a88c98a4.tar.gz
gentoo-5231e417bf80278d39198663c2aef041a88c98a4.tar.bz2
gentoo-5231e417bf80278d39198663c2aef041a88c98a4.zip
sec-policy: Release of SELinux policies 2.20151208-r1
Diffstat (limited to 'sec-policy/selinux-makewhatis/selinux-makewhatis-2.20151208-r1.ebuild')
-rw-r--r--sec-policy/selinux-makewhatis/selinux-makewhatis-2.20151208-r1.ebuild17
1 files changed, 17 insertions, 0 deletions
diff --git a/sec-policy/selinux-makewhatis/selinux-makewhatis-2.20151208-r1.ebuild b/sec-policy/selinux-makewhatis/selinux-makewhatis-2.20151208-r1.ebuild
new file mode 100644
index 000000000000..11c520732f3c
--- /dev/null
+++ b/sec-policy/selinux-makewhatis/selinux-makewhatis-2.20151208-r1.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+EAPI="5"
+
+IUSE=""
+MODS="makewhatis"
+
+inherit selinux-policy-2
+
+DESCRIPTION="SELinux policy for makewhatis"
+
+if [[ $PV == 9999* ]] ; then
+ KEYWORDS=""
+else
+ KEYWORDS="~amd64 ~x86"
+fi