commit: 090b9212fdf450f11c9d98117853832f55fcd1d7
Author: Jason Zaman <perfinion <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 1 05:56:05 2021 +0000
Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
CommitDate: Tue Feb 2 03:59:54 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=090b9212
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 <AT> gentoo.org>
sec-policy/selinux-kudzu/selinux-kudzu-9999.ebuild | 15 ---------------
1 file changed, 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 6eebc17bb02..00000000000
--- 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