diff options
author | Jason Zaman <perfinion@gentoo.org> | 2021-01-31 22:23:47 -0800 |
---|---|---|
committer | Jason Zaman <perfinion@gentoo.org> | 2021-02-01 19:59:57 -0800 |
commit | 62b3e7e5c8b55e6de4b5839dbb7a94332a8d4edf (patch) | |
tree | 2613838f1ed021371999fb8c9608e3f96181a5b6 /sec-policy | |
parent | sec-policy/selinux-podsleuth: policy module removed in next release (diff) | |
download | gentoo-62b3e7e5c8b55e6de4b5839dbb7a94332a8d4edf.tar.gz gentoo-62b3e7e5c8b55e6de4b5839dbb7a94332a8d4edf.tar.bz2 gentoo-62b3e7e5c8b55e6de4b5839dbb7a94332a8d4edf.zip |
sec-policy/selinux-roundup: 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-roundup/selinux-roundup-9999.ebuild | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/sec-policy/selinux-roundup/selinux-roundup-9999.ebuild b/sec-policy/selinux-roundup/selinux-roundup-9999.ebuild deleted file mode 100644 index 3112dfdfe9d4..000000000000 --- a/sec-policy/selinux-roundup/selinux-roundup-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="roundup" - -inherit selinux-policy-2 - -DESCRIPTION="SELinux policy for roundup" - -if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 -arm ~arm64 ~mips ~x86" -fi |