diff options
author | Jason Zaman <perfinion@gentoo.org> | 2016-03-24 02:58:57 +0800 |
---|---|---|
committer | Jason Zaman <perfinion@gentoo.org> | 2016-03-24 03:04:05 +0800 |
commit | 3199494bbfa0e4f9e9155ee03bcabb1fc21689c1 (patch) | |
tree | b2092fe066e3d58b6f489c875aba66bb59092b27 /sec-policy/selinux-apm/selinux-apm-2.20151208-r3.ebuild | |
parent | app-admin/salt: version bump to 2015.8.8 (diff) | |
download | gentoo-3199494bbfa0e4f9e9155ee03bcabb1fc21689c1.tar.gz gentoo-3199494bbfa0e4f9e9155ee03bcabb1fc21689c1.tar.bz2 gentoo-3199494bbfa0e4f9e9155ee03bcabb1fc21689c1.zip |
sec-policy: Stabilize selinux policy 2.20151208-r3
Package-Manager: portage-2.2.26
Diffstat (limited to 'sec-policy/selinux-apm/selinux-apm-2.20151208-r3.ebuild')
-rw-r--r-- | sec-policy/selinux-apm/selinux-apm-2.20151208-r3.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/sec-policy/selinux-apm/selinux-apm-2.20151208-r3.ebuild b/sec-policy/selinux-apm/selinux-apm-2.20151208-r3.ebuild new file mode 100644 index 000000000000..ca8f5cff3553 --- /dev/null +++ b/sec-policy/selinux-apm/selinux-apm-2.20151208-r3.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ +EAPI="5" + +IUSE="" +MODS="apm" + +inherit selinux-policy-2 + +DESCRIPTION="SELinux policy for apm" + +if [[ ${PV} != 9999* ]] ; then + KEYWORDS="~amd64 ~x86" +fi |