diff options
author | Jason Zaman <perfinion@gentoo.org> | 2021-01-31 21:56:05 -0800 |
---|---|---|
committer | Jason Zaman <perfinion@gentoo.org> | 2021-02-01 19:59:54 -0800 |
commit | 090b9212fdf450f11c9d98117853832f55fcd1d7 (patch) | |
tree | b3fdab51d86171c28ea75ef4e30a2e38bc957488 /sec-policy | |
parent | sec-policy/selinux-base-policy: Drop removed hotplug policy module (diff) | |
download | gentoo-090b9212fdf450f11c9d98117853832f55fcd1d7.tar.gz gentoo-090b9212fdf450f11c9d98117853832f55fcd1d7.tar.bz2 gentoo-090b9212fdf450f11c9d98117853832f55fcd1d7.zip |
sec-policy/selinux-kudzu: policy removed in next release
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Jason Zaman <perfinion@gentoo.org>
Diffstat (limited to 'sec-policy')
-rw-r--r-- | sec-policy/selinux-kudzu/selinux-kudzu-9999.ebuild | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/sec-policy/selinux-kudzu/selinux-kudzu-9999.ebuild b/sec-policy/selinux-kudzu/selinux-kudzu-9999.ebuild deleted file mode 100644 index 6eebc17bb020..000000000000 --- a/sec-policy/selinux-kudzu/selinux-kudzu-9999.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" - -IUSE="" -MODS="kudzu" - -inherit selinux-policy-2 - -DESCRIPTION="SELinux policy for kudzu" - -if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 -arm ~arm64 ~mips ~x86" -fi |