diff options
author | Sven Vermeulen <swift@gentoo.org> | 2014-11-01 17:27:21 +0000 |
---|---|---|
committer | Sven Vermeulen <swift@gentoo.org> | 2014-11-01 17:27:21 +0000 |
commit | 12f720ba014ec83e5c5d4f687aa79d543d25d364 (patch) | |
tree | e2ecab6ef271c1a40e9f4881ef950e7cc7f2b840 /sec-policy/selinux-gorg/selinux-gorg-2.20140311-r7.ebuild | |
parent | drop old (diff) | |
download | historical-12f720ba014ec83e5c5d4f687aa79d543d25d364.tar.gz historical-12f720ba014ec83e5c5d4f687aa79d543d25d364.tar.bz2 historical-12f720ba014ec83e5c5d4f687aa79d543d25d364.zip |
Bump revision r7 of SELinux policies
Package-Manager: portage-2.2.8-r2/cvs/Linux x86_64
Manifest-Sign-Key: 0x2EDD52403B68AF47
Diffstat (limited to 'sec-policy/selinux-gorg/selinux-gorg-2.20140311-r7.ebuild')
-rw-r--r-- | sec-policy/selinux-gorg/selinux-gorg-2.20140311-r7.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/sec-policy/selinux-gorg/selinux-gorg-2.20140311-r7.ebuild b/sec-policy/selinux-gorg/selinux-gorg-2.20140311-r7.ebuild new file mode 100644 index 000000000000..703f3253d13d --- /dev/null +++ b/sec-policy/selinux-gorg/selinux-gorg-2.20140311-r7.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-gorg/selinux-gorg-2.20140311-r7.ebuild,v 1.1 2014/11/01 17:26:15 swift Exp $ +EAPI="5" + +IUSE="" +MODS="gorg" + +inherit selinux-policy-2 + +DESCRIPTION="SELinux policy for gorg" + +if [[ $PV == 9999* ]] ; then + KEYWORDS="" +else + KEYWORDS="~amd64 ~x86" +fi |