diff options
author | Jason Zaman <perfinion@gentoo.org> | 2022-04-09 12:39:08 -0700 |
---|---|---|
committer | Jason Zaman <perfinion@gentoo.org> | 2022-04-09 13:09:54 -0700 |
commit | 8757c96f1b07b8eea0a7b14dc9e9898aca02a56c (patch) | |
tree | 8ead2c9d1e89b7205fb857071738c63c9e85fb8b /sec-policy/selinux-ncftool/selinux-ncftool-2.20220106-r3.ebuild | |
parent | app-arch/xz-utils: Stabilize 5.2.5-r2 arm, #837158 (diff) | |
download | gentoo-8757c96f1b07b8eea0a7b14dc9e9898aca02a56c.tar.gz gentoo-8757c96f1b07b8eea0a7b14dc9e9898aca02a56c.tar.bz2 gentoo-8757c96f1b07b8eea0a7b14dc9e9898aca02a56c.zip |
sec-policy: Release of SELinux policies 2.20220106-r3
Signed-off-by: Jason Zaman <perfinion@gentoo.org>
Diffstat (limited to 'sec-policy/selinux-ncftool/selinux-ncftool-2.20220106-r3.ebuild')
-rw-r--r-- | sec-policy/selinux-ncftool/selinux-ncftool-2.20220106-r3.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/sec-policy/selinux-ncftool/selinux-ncftool-2.20220106-r3.ebuild b/sec-policy/selinux-ncftool/selinux-ncftool-2.20220106-r3.ebuild new file mode 100644 index 000000000000..9e7731ccff09 --- /dev/null +++ b/sec-policy/selinux-ncftool/selinux-ncftool-2.20220106-r3.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +IUSE="" +MODS="ncftool" + +inherit selinux-policy-2 + +DESCRIPTION="SELinux policy for ncftool" + +if [[ ${PV} != 9999* ]] ; then + KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86" +fi |