diff options
author | Sven Vermeulen <swift@gentoo.org> | 2014-12-21 14:07:19 +0000 |
---|---|---|
committer | Sven Vermeulen <swift@gentoo.org> | 2014-12-21 14:07:19 +0000 |
commit | cd078b285c069bde7c5687bfb96cc58d33789c78 (patch) | |
tree | 32ae206338d7824826fddf6e65b27a189f57c639 /sec-policy/selinux-base-policy/selinux-base-policy-2.20141203-r1.ebuild | |
parent | Release of 2.20141203-r2 (diff) | |
download | gentoo-2-cd078b285c069bde7c5687bfb96cc58d33789c78.tar.gz gentoo-2-cd078b285c069bde7c5687bfb96cc58d33789c78.tar.bz2 gentoo-2-cd078b285c069bde7c5687bfb96cc58d33789c78.zip |
Stabilize 2.20141203-r1
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x2EDD52403B68AF47)
Diffstat (limited to 'sec-policy/selinux-base-policy/selinux-base-policy-2.20141203-r1.ebuild')
-rw-r--r-- | sec-policy/selinux-base-policy/selinux-base-policy-2.20141203-r1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sec-policy/selinux-base-policy/selinux-base-policy-2.20141203-r1.ebuild b/sec-policy/selinux-base-policy/selinux-base-policy-2.20141203-r1.ebuild index 8006a26e06fc..f6a68f790b65 100644 --- a/sec-policy/selinux-base-policy/selinux-base-policy-2.20141203-r1.ebuild +++ b/sec-policy/selinux-base-policy/selinux-base-policy-2.20141203-r1.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-policy/selinux-base-policy-2.20141203-r1.ebuild,v 1.1 2014/12/07 11:49:46 perfinion Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-base-policy/selinux-base-policy-2.20141203-r1.ebuild,v 1.2 2014/12/21 14:07:11 swift Exp $ EAPI="5" inherit eutils @@ -15,12 +15,12 @@ if [[ ${PV} == 9999* ]]; then if [[ $PV == 9999* ]] ; then KEYWORDS="" else - KEYWORDS="~amd64 ~x86" + 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/${PN}/patchbundle-${PN}-${PVR}.tar.bz2" - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 x86" fi HOMEPAGE="http://www.gentoo.org/proj/en/hardened/selinux/" @@ -34,7 +34,7 @@ DEPEND="" if [[ $PV == 9999* ]] ; then KEYWORDS="" else - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 x86" fi MODS="application authlogin bootloader clock consoletype cron dmesg fstools getty hostname hotplug init iptables libraries locallogin logging lvm miscfiles modutils mount mta netutils nscd portage raid rsync selinuxutil setrans ssh staff storage su sysadm sysnetwork tmpfiles udev userdomain usermanage unprivuser xdg" |