diff options
author | Jason Zaman <perfinion@gentoo.org> | 2021-04-02 21:05:19 -0700 |
---|---|---|
committer | Jason Zaman <perfinion@gentoo.org> | 2021-04-02 21:16:39 -0700 |
commit | 1f7a3661f47b4da14ac3ad8c85f54f6b144104e4 (patch) | |
tree | ff4afa0339c8c1ed62e7feb5c347d458fa98362d /sec-policy/selinux-pan/selinux-pan-2.20210203-r1.ebuild | |
parent | app-admin/setools: Sync live ebuild. (diff) | |
download | gentoo-1f7a3661f47b4da14ac3ad8c85f54f6b144104e4.tar.gz gentoo-1f7a3661f47b4da14ac3ad8c85f54f6b144104e4.tar.bz2 gentoo-1f7a3661f47b4da14ac3ad8c85f54f6b144104e4.zip |
sec-policy: Release of SELinux policies 2.20210203-r1
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Jason Zaman <perfinion@gentoo.org>
Diffstat (limited to 'sec-policy/selinux-pan/selinux-pan-2.20210203-r1.ebuild')
-rw-r--r-- | sec-policy/selinux-pan/selinux-pan-2.20210203-r1.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/sec-policy/selinux-pan/selinux-pan-2.20210203-r1.ebuild b/sec-policy/selinux-pan/selinux-pan-2.20210203-r1.ebuild new file mode 100644 index 000000000000..b8f103122e91 --- /dev/null +++ b/sec-policy/selinux-pan/selinux-pan-2.20210203-r1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +IUSE="" +MODS="pan" + +inherit selinux-policy-2 + +DESCRIPTION="SELinux policy for pan" + +if [[ ${PV} != 9999* ]] ; then + KEYWORDS="~amd64 -arm ~arm64 ~mips ~x86" +fi +DEPEND="${DEPEND} + sec-policy/selinux-xserver +" +RDEPEND="${RDEPEND} + sec-policy/selinux-xserver +" |