diff options
Diffstat (limited to 'sec-policy/selinux-thunderbird/selinux-thunderbird-2.20190609-r1.ebuild')
-rw-r--r-- | sec-policy/selinux-thunderbird/selinux-thunderbird-2.20190609-r1.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/sec-policy/selinux-thunderbird/selinux-thunderbird-2.20190609-r1.ebuild b/sec-policy/selinux-thunderbird/selinux-thunderbird-2.20190609-r1.ebuild new file mode 100644 index 000000000000..b6b8a5d4a3fd --- /dev/null +++ b/sec-policy/selinux-thunderbird/selinux-thunderbird-2.20190609-r1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="6" + +IUSE="" +MODS="thunderbird" + +inherit selinux-policy-2 + +DESCRIPTION="SELinux policy for thunderbird" + +if [[ ${PV} != 9999* ]] ; then + KEYWORDS="~amd64 -arm ~arm64 ~mips ~x86" +fi +DEPEND="${DEPEND} + sec-policy/selinux-xserver +" +RDEPEND="${RDEPEND} + sec-policy/selinux-xserver +" |