commit: 622f5eb0b1859e3038854d406a5a115becdbd0f4
Author: Jason Zaman <perfinion <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 1 06:26:14 2021 +0000
Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
CommitDate: Tue Feb 2 03:59:59 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=622f5eb0
sec-policy/selinux-xprint: policy module 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-xprint/selinux-xprint-9999.ebuild | 15 ---------------
1 file changed, 15 deletions(-)
diff --git a/sec-policy/selinux-xprint/selinux-xprint-9999.ebuild
b/sec-policy/selinux-xprint/selinux-xprint-9999.ebuild
deleted file mode 100644
index f1cb07cabbd..00000000000
--- a/sec-policy/selinux-xprint/selinux-xprint-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="xprint"
-
-inherit selinux-policy-2
-
-DESCRIPTION="SELinux policy for xprint"
-
-if [[ ${PV} != 9999* ]] ; then
- KEYWORDS="~amd64 -arm ~arm64 ~mips ~x86"
-fi