diff options
author | Kenton Groombridge <concord@gentoo.org> | 2022-09-03 19:23:46 -0400 |
---|---|---|
committer | Kenton Groombridge <concord@gentoo.org> | 2022-09-03 20:15:01 -0400 |
commit | 84d4c25019d8b07ca86d2d4d7e1c76b43088bd74 (patch) | |
tree | 6486ed95ddd34889b09fc8ac1738590e06d05a95 /sec-policy | |
parent | sys-apps/pcsc-lite: adjust permissions for /run/pcscd/pcscd.pid (diff) | |
download | gentoo-84d4c25019d8b07ca86d2d4d7e1c76b43088bd74.tar.gz gentoo-84d4c25019d8b07ca86d2d4d7e1c76b43088bd74.tar.bz2 gentoo-84d4c25019d8b07ca86d2d4d7e1c76b43088bd74.zip |
sec-policy/selinux-mailman: drop 9999
Signed-off-by: Kenton Groombridge <concord@gentoo.org>
Diffstat (limited to 'sec-policy')
-rw-r--r-- | sec-policy/selinux-mailman/selinux-mailman-9999.ebuild | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/sec-policy/selinux-mailman/selinux-mailman-9999.ebuild b/sec-policy/selinux-mailman/selinux-mailman-9999.ebuild deleted file mode 100644 index c93c492a548a..000000000000 --- a/sec-policy/selinux-mailman/selinux-mailman-9999.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" - -IUSE="" -MODS="mailman" - -inherit selinux-policy-2 - -DESCRIPTION="SELinux policy for mailman" - -if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86" -fi |