summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Zaman <perfinion@gentoo.org>2017-09-17 19:49:43 +0800
committerJason Zaman <perfinion@gentoo.org>2017-09-17 21:09:12 +0800
commit3381f5df978f85f0857b76fe9e6b06b2c45b3d64 (patch)
tree8db2c66412083b3f2a7bcb7a1c003e0705afd483 /sec-policy/selinux-phpfpm/selinux-phpfpm-2.20170805-r2.ebuild
parentRevert "dev-util/valgrind: keyworded 3.12.0 for ppc64, bug #583422" (diff)
downloadgentoo-3381f5df978f85f0857b76fe9e6b06b2c45b3d64.tar.gz
gentoo-3381f5df978f85f0857b76fe9e6b06b2c45b3d64.tar.bz2
gentoo-3381f5df978f85f0857b76fe9e6b06b2c45b3d64.zip
sec-policy: Release of SELinux policies 2.20170805-r2
Package-Manager: Portage-2.3.8, Repoman-2.3.1
Diffstat (limited to 'sec-policy/selinux-phpfpm/selinux-phpfpm-2.20170805-r2.ebuild')
-rw-r--r--sec-policy/selinux-phpfpm/selinux-phpfpm-2.20170805-r2.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/sec-policy/selinux-phpfpm/selinux-phpfpm-2.20170805-r2.ebuild b/sec-policy/selinux-phpfpm/selinux-phpfpm-2.20170805-r2.ebuild
new file mode 100644
index 000000000000..138e66306539
--- /dev/null
+++ b/sec-policy/selinux-phpfpm/selinux-phpfpm-2.20170805-r2.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+EAPI="6"
+
+IUSE=""
+MODS="phpfpm"
+
+inherit selinux-policy-2
+
+DESCRIPTION="SELinux policy for phpfpm"
+
+if [[ ${PV} != 9999* ]] ; then
+ KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86"
+fi
+DEPEND="${DEPEND}
+ sec-policy/selinux-apache
+"
+RDEPEND="${RDEPEND}
+ sec-policy/selinux-apache
+"