diff options
author | Kenton Groombridge <concord@gentoo.org> | 2023-10-06 12:36:12 -0400 |
---|---|---|
committer | Kenton Groombridge <concord@gentoo.org> | 2023-10-06 12:40:18 -0400 |
commit | 699016c9b86c4154bb66e0657d3f3c264208141d (patch) | |
tree | 13e8db6e81ade09d06230e3b38d8bd7e19bf1e58 /sec-policy/selinux-pyzor/selinux-pyzor-2.20231002-r1.ebuild | |
parent | app-misc/jaq: add 1.0.0, drop 1.0.0_pre1 (diff) | |
download | gentoo-699016c9b86c4154bb66e0657d3f3c264208141d.tar.gz gentoo-699016c9b86c4154bb66e0657d3f3c264208141d.tar.bz2 gentoo-699016c9b86c4154bb66e0657d3f3c264208141d.zip |
sec-policy: Release of SELinux policies 2.20231002-r1
Signed-off-by: Kenton Groombridge <concord@gentoo.org>
Diffstat (limited to 'sec-policy/selinux-pyzor/selinux-pyzor-2.20231002-r1.ebuild')
-rw-r--r-- | sec-policy/selinux-pyzor/selinux-pyzor-2.20231002-r1.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/sec-policy/selinux-pyzor/selinux-pyzor-2.20231002-r1.ebuild b/sec-policy/selinux-pyzor/selinux-pyzor-2.20231002-r1.ebuild new file mode 100644 index 000000000000..a70ca56fb7ff --- /dev/null +++ b/sec-policy/selinux-pyzor/selinux-pyzor-2.20231002-r1.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +IUSE="" +MODS="pyzor" + +inherit selinux-policy-2 + +DESCRIPTION="SELinux policy for pyzor" + +if [[ ${PV} != 9999* ]] ; then + KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86" +fi |