diff options
author | Repository QA checks <repo-qa-checks@gentoo.org> | 2017-12-25 09:48:26 +0000 |
---|---|---|
committer | Repository QA checks <repo-qa-checks@gentoo.org> | 2017-12-25 09:48:26 +0000 |
commit | 736d72901f65895ab77e05620f453f01b7d70489 (patch) | |
tree | 1c64b95ec9ce3666e88df6da2a996cc42395297f /sec-policy/selinux-xserver/selinux-xserver-2.20170805-r4.ebuild | |
parent | 2017-12-24 20:31:43 UTC (diff) | |
parent | dev-ruby/ruby_dep: amd64 stable (diff) | |
download | gentoo-736d72901f65895ab77e05620f453f01b7d70489.tar.gz gentoo-736d72901f65895ab77e05620f453f01b7d70489.tar.bz2 gentoo-736d72901f65895ab77e05620f453f01b7d70489.zip |
Merge updates from master
Diffstat (limited to 'sec-policy/selinux-xserver/selinux-xserver-2.20170805-r4.ebuild')
-rw-r--r-- | sec-policy/selinux-xserver/selinux-xserver-2.20170805-r4.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/sec-policy/selinux-xserver/selinux-xserver-2.20170805-r4.ebuild b/sec-policy/selinux-xserver/selinux-xserver-2.20170805-r4.ebuild new file mode 100644 index 000000000000..1238af8bff1c --- /dev/null +++ b/sec-policy/selinux-xserver/selinux-xserver-2.20170805-r4.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI="6" + +IUSE="" +MODS="xserver" + +inherit selinux-policy-2 + +DESCRIPTION="SELinux policy for xserver" + +if [[ ${PV} != 9999* ]] ; then + KEYWORDS="~amd64 -arm ~arm64 ~mips ~x86" +fi |