summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Zaman <perfinion@gentoo.org>2021-11-21 15:25:40 -0800
committerJason Zaman <perfinion@gentoo.org>2021-11-21 16:04:48 -0800
commit51cf3520f7956fa3894c666dfafc90a49083943e (patch)
tree6b9b119093493ef38cb766798d3852907ac5897b /sec-policy/selinux-mysql/selinux-mysql-2.20210908-r1.ebuild
parentsec-policy/*: Drop live ebuilds removed from 2.20210908 release (diff)
downloadgentoo-51cf3520f7956fa3894c666dfafc90a49083943e.tar.gz
gentoo-51cf3520f7956fa3894c666dfafc90a49083943e.tar.bz2
gentoo-51cf3520f7956fa3894c666dfafc90a49083943e.zip
sec-policy/*: Release of SELinux policies 2.20210908-r1
Signed-off-by: Jason Zaman <perfinion@gentoo.org>
Diffstat (limited to 'sec-policy/selinux-mysql/selinux-mysql-2.20210908-r1.ebuild')
-rw-r--r--sec-policy/selinux-mysql/selinux-mysql-2.20210908-r1.ebuild15
1 files changed, 15 insertions, 0 deletions
diff --git a/sec-policy/selinux-mysql/selinux-mysql-2.20210908-r1.ebuild b/sec-policy/selinux-mysql/selinux-mysql-2.20210908-r1.ebuild
new file mode 100644
index 000000000000..c7c229dd7567
--- /dev/null
+++ b/sec-policy/selinux-mysql/selinux-mysql-2.20210908-r1.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+IUSE=""
+MODS="mysql"
+
+inherit selinux-policy-2
+
+DESCRIPTION="SELinux policy for mysql"
+
+if [[ ${PV} != 9999* ]] ; then
+ KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86"
+fi