diff options
author | 2014-12-07 13:21:14 +0000 | |
---|---|---|
committer | 2014-12-07 13:21:14 +0000 | |
commit | 68914df080f1c59ffa9660ade1252d2519027cbf (patch) | |
tree | df8c609227539d40aa235085f682c7ff1c812a7a /sec-policy/selinux-base/selinux-base-9999.ebuild | |
parent | Drop dev-lang/perl dependency (diff) | |
download | gentoo-2-68914df080f1c59ffa9660ade1252d2519027cbf.tar.gz gentoo-2-68914df080f1c59ffa9660ade1252d2519027cbf.tar.bz2 gentoo-2-68914df080f1c59ffa9660ade1252d2519027cbf.zip |
Stabilize 2.20140311-r7
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x7EF137EC935B0EAF)
Diffstat (limited to 'sec-policy/selinux-base/selinux-base-9999.ebuild')
-rw-r--r-- | sec-policy/selinux-base/selinux-base-9999.ebuild | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sec-policy/selinux-base/selinux-base-9999.ebuild b/sec-policy/selinux-base/selinux-base-9999.ebuild index 08dc1908e2d8..c4938c612d47 100644 --- a/sec-policy/selinux-base/selinux-base-9999.ebuild +++ b/sec-policy/selinux-base/selinux-base-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-base/selinux-base-9999.ebuild,v 1.15 2014/12/07 11:07:57 perfinion Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-base/selinux-base-9999.ebuild,v 1.16 2014/12/07 13:21:04 perfinion Exp $ EAPI="5" inherit eutils @@ -12,12 +12,8 @@ if [[ ${PV} == 9999* ]]; then inherit git-2 - if [[ $PV == 9999* ]] ; then KEYWORDS="" else - KEYWORDS="~amd64 ~x86" -fi -else SRC_URI="https://raw.githubusercontent.com/wiki/TresysTechnology/refpolicy/files/refpolicy-${PV}.tar.bz2 http://dev.gentoo.org/~swift/patches/selinux-base-policy/patchbundle-selinux-base-policy-${PVR}.tar.bz2" |