diff options
author | Jason Zaman <perfinion@gentoo.org> | 2019-03-26 18:54:05 +0800 |
---|---|---|
committer | Jason Zaman <perfinion@gentoo.org> | 2019-03-26 21:33:29 +0800 |
commit | 0ddd59644cb6c42fe5b58ade5a89d25054479fc0 (patch) | |
tree | 48e41c2742eb07f51943884b532a49c1124fa057 /sec-policy/selinux-xen/selinux-xen-2.20190201-r1.ebuild | |
parent | dev-vcs/git-crypt: Removed old. (diff) | |
download | gentoo-0ddd59644cb6c42fe5b58ade5a89d25054479fc0.tar.gz gentoo-0ddd59644cb6c42fe5b58ade5a89d25054479fc0.tar.bz2 gentoo-0ddd59644cb6c42fe5b58ade5a89d25054479fc0.zip |
sec-policy: Release of SELinux policies 2.20190201-r1
Signed-off-by: Jason Zaman <perfinion@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'sec-policy/selinux-xen/selinux-xen-2.20190201-r1.ebuild')
-rw-r--r-- | sec-policy/selinux-xen/selinux-xen-2.20190201-r1.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/sec-policy/selinux-xen/selinux-xen-2.20190201-r1.ebuild b/sec-policy/selinux-xen/selinux-xen-2.20190201-r1.ebuild new file mode 100644 index 000000000000..f93e2b71e183 --- /dev/null +++ b/sec-policy/selinux-xen/selinux-xen-2.20190201-r1.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="6" + +IUSE="" +MODS="xen" + +inherit selinux-policy-2 + +DESCRIPTION="SELinux policy for xen" + +if [[ ${PV} != 9999* ]] ; then + KEYWORDS="~amd64 -arm ~arm64 ~mips ~x86" +fi |