diff options
author | Jason Zaman <perfinion@gentoo.org> | 2021-11-21 15:25:40 -0800 |
---|---|---|
committer | Jason Zaman <perfinion@gentoo.org> | 2021-11-21 16:04:48 -0800 |
commit | 51cf3520f7956fa3894c666dfafc90a49083943e (patch) | |
tree | 6b9b119093493ef38cb766798d3852907ac5897b /sec-policy/selinux-djbdns/selinux-djbdns-2.20210908-r1.ebuild | |
parent | sec-policy/*: Drop live ebuilds removed from 2.20210908 release (diff) | |
download | gentoo-51cf3520f7956fa3894c666dfafc90a49083943e.tar.gz gentoo-51cf3520f7956fa3894c666dfafc90a49083943e.tar.bz2 gentoo-51cf3520f7956fa3894c666dfafc90a49083943e.zip |
sec-policy/*: Release of SELinux policies 2.20210908-r1
Signed-off-by: Jason Zaman <perfinion@gentoo.org>
Diffstat (limited to 'sec-policy/selinux-djbdns/selinux-djbdns-2.20210908-r1.ebuild')
-rw-r--r-- | sec-policy/selinux-djbdns/selinux-djbdns-2.20210908-r1.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/sec-policy/selinux-djbdns/selinux-djbdns-2.20210908-r1.ebuild b/sec-policy/selinux-djbdns/selinux-djbdns-2.20210908-r1.ebuild new file mode 100644 index 000000000000..0bc9c0d61617 --- /dev/null +++ b/sec-policy/selinux-djbdns/selinux-djbdns-2.20210908-r1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +IUSE="" +MODS="djbdns" + +inherit selinux-policy-2 + +DESCRIPTION="SELinux policy for djbdns" + +if [[ ${PV} != 9999* ]] ; then + KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86" +fi +DEPEND="${DEPEND} + sec-policy/selinux-daemontools + sec-policy/selinux-ucspitcp +" +RDEPEND="${RDEPEND} + sec-policy/selinux-daemontools + sec-policy/selinux-ucspitcp +" |