diff options
author | Jason Zaman <perfinion@gentoo.org> | 2021-01-31 22:26:14 -0800 |
---|---|---|
committer | Jason Zaman <perfinion@gentoo.org> | 2021-02-01 19:59:59 -0800 |
commit | 622f5eb0b1859e3038854d406a5a115becdbd0f4 (patch) | |
tree | 2cf219d8c7ff1ba77d8bb55814860bd87fb5940b /sec-policy | |
parent | sec-policy/selinux-speedtouch: policy module removed in next release (diff) | |
download | gentoo-622f5eb0b1859e3038854d406a5a115becdbd0f4.tar.gz gentoo-622f5eb0b1859e3038854d406a5a115becdbd0f4.tar.bz2 gentoo-622f5eb0b1859e3038854d406a5a115becdbd0f4.zip |
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@gentoo.org>
Diffstat (limited to 'sec-policy')
-rw-r--r-- | sec-policy/selinux-xprint/selinux-xprint-9999.ebuild | 15 |
1 files changed, 0 insertions, 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 f1cb07cabbd4..000000000000 --- 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 |