summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Zaman <perfinion@gentoo.org>2017-02-18 15:22:14 +0800
committerJason Zaman <perfinion@gentoo.org>2017-02-18 15:28:28 +0800
commit9fac31ef4df43a77d2a36f16a96fcb7f2653514c (patch)
treef723165a9568a3a102d6d87bb7332e726810e40f /sec-policy/selinux-nut/selinux-nut-2.20170204-r1.ebuild
parentdev-ruby/autoprefixer-rails: initial import of 6.7.3 (diff)
downloadgentoo-9fac31ef4df43a77d2a36f16a96fcb7f2653514c.tar.gz
gentoo-9fac31ef4df43a77d2a36f16a96fcb7f2653514c.tar.bz2
gentoo-9fac31ef4df43a77d2a36f16a96fcb7f2653514c.zip
sec-policy: Release of SELinux policies 2.20170204-r1
Package-Manager: portage-2.3.3
Diffstat (limited to 'sec-policy/selinux-nut/selinux-nut-2.20170204-r1.ebuild')
-rw-r--r--sec-policy/selinux-nut/selinux-nut-2.20170204-r1.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/sec-policy/selinux-nut/selinux-nut-2.20170204-r1.ebuild b/sec-policy/selinux-nut/selinux-nut-2.20170204-r1.ebuild
new file mode 100644
index 000000000000..b1d6f4fcfc9d
--- /dev/null
+++ b/sec-policy/selinux-nut/selinux-nut-2.20170204-r1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+EAPI="6"
+
+IUSE=""
+MODS="nut"
+
+inherit selinux-policy-2
+
+DESCRIPTION="SELinux policy for nut"
+
+if [[ ${PV} != 9999* ]] ; then
+ KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86"
+fi
+DEPEND="${DEPEND}
+ sec-policy/selinux-apache
+"
+RDEPEND="${RDEPEND}
+ sec-policy/selinux-apache
+"