diff options
author | Jason Zaman <perfinion@gentoo.org> | 2015-09-06 19:40:17 +0800 |
---|---|---|
committer | Jason Zaman <perfinion@gentoo.org> | 2015-09-06 19:56:10 +0800 |
commit | f37c3ac9e5c2373de69c36420bf20abcbd7643cb (patch) | |
tree | 914b12af629d15e4f705920a6384957042660989 /sec-policy/selinux-gnome/selinux-gnome-2.20141203-r9.ebuild | |
parent | dev-libs/libgpg-error: sparc stable, bug #552938 (diff) | |
download | gentoo-f37c3ac9e5c2373de69c36420bf20abcbd7643cb.tar.gz gentoo-f37c3ac9e5c2373de69c36420bf20abcbd7643cb.tar.bz2 gentoo-f37c3ac9e5c2373de69c36420bf20abcbd7643cb.zip |
sec-policy: Release of SELinux policies 2.20141203-r9
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'sec-policy/selinux-gnome/selinux-gnome-2.20141203-r9.ebuild')
-rw-r--r-- | sec-policy/selinux-gnome/selinux-gnome-2.20141203-r9.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/sec-policy/selinux-gnome/selinux-gnome-2.20141203-r9.ebuild b/sec-policy/selinux-gnome/selinux-gnome-2.20141203-r9.ebuild new file mode 100644 index 000000000000..91c714285d56 --- /dev/null +++ b/sec-policy/selinux-gnome/selinux-gnome-2.20141203-r9.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ +EAPI="5" + +IUSE="" +MODS="gnome" + +inherit selinux-policy-2 + +DESCRIPTION="SELinux policy for gnome" + +if [[ $PV == 9999* ]] ; then + KEYWORDS="" +else + KEYWORDS="~amd64 ~x86" +fi |