diff options
author | Jason Zaman <perfinion@gentoo.org> | 2015-01-29 09:54:04 +0000 |
---|---|---|
committer | Jason Zaman <perfinion@gentoo.org> | 2015-01-29 09:54:04 +0000 |
commit | 6a0db50de53c511378cfbf6a3b428b92d19f9e08 (patch) | |
tree | 5f96b34f56c51295e26e8150846eef4cf881f83a /sec-policy/selinux-sudo/selinux-sudo-2.20141203-r3.ebuild | |
parent | Module for interacting with the Jenkins CI server, ebuilds written by maintai... (diff) | |
download | historical-6a0db50de53c511378cfbf6a3b428b92d19f9e08.tar.gz historical-6a0db50de53c511378cfbf6a3b428b92d19f9e08.tar.bz2 historical-6a0db50de53c511378cfbf6a3b428b92d19f9e08.zip |
Release of 2.20141203-r3, stable 2.20141203-r2
Package-Manager: portage-2.2.14/cvs/Linux x86_64
Manifest-Sign-Key: 0x7EF137EC935B0EAF
Diffstat (limited to 'sec-policy/selinux-sudo/selinux-sudo-2.20141203-r3.ebuild')
-rw-r--r-- | sec-policy/selinux-sudo/selinux-sudo-2.20141203-r3.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/sec-policy/selinux-sudo/selinux-sudo-2.20141203-r3.ebuild b/sec-policy/selinux-sudo/selinux-sudo-2.20141203-r3.ebuild new file mode 100644 index 000000000000..2b37fbe1a7ba --- /dev/null +++ b/sec-policy/selinux-sudo/selinux-sudo-2.20141203-r3.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-sudo/selinux-sudo-2.20141203-r3.ebuild,v 1.1 2015/01/29 09:52:16 perfinion Exp $ +EAPI="5" + +IUSE="" +MODS="sudo" + +inherit selinux-policy-2 + +DESCRIPTION="SELinux policy for sudo" + +if [[ $PV == 9999* ]] ; then + KEYWORDS="" +else + KEYWORDS="~amd64 ~x86" +fi |