diff options
Diffstat (limited to 'sec-policy/selinux-gorg')
-rw-r--r-- | sec-policy/selinux-gorg/ChangeLog | 6 | ||||
-rw-r--r-- | sec-policy/selinux-gorg/selinux-gorg-2.20141203-r3.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sec-policy/selinux-gorg/ChangeLog b/sec-policy/selinux-gorg/ChangeLog index c3aefeec102b..36de08f4aac6 100644 --- a/sec-policy/selinux-gorg/ChangeLog +++ b/sec-policy/selinux-gorg/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sec-policy/selinux-gorg # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-gorg/ChangeLog,v 1.58 2015/03/22 13:47:32 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-gorg/ChangeLog,v 1.59 2015/03/22 14:17:02 swift Exp $ + + 22 Mar 2015; Sven Vermeulen <swift@gentoo.org> + selinux-gorg-2.20141203-r3.ebuild: + Stabilize 2.20141203-r3 policies *selinux-gorg-2.20141203-r4 (22 Mar 2015) diff --git a/sec-policy/selinux-gorg/selinux-gorg-2.20141203-r3.ebuild b/sec-policy/selinux-gorg/selinux-gorg-2.20141203-r3.ebuild index 792a79a0e2f2..ce7b2731ee2e 100644 --- a/sec-policy/selinux-gorg/selinux-gorg-2.20141203-r3.ebuild +++ b/sec-policy/selinux-gorg/selinux-gorg-2.20141203-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 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.20141203-r3.ebuild,v 1.1 2015/01/29 09:52:15 perfinion Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-gorg/selinux-gorg-2.20141203-r3.ebuild,v 1.2 2015/03/22 14:17:02 swift Exp $ EAPI="5" IUSE="" @@ -13,5 +13,5 @@ DESCRIPTION="SELinux policy for gorg" if [[ $PV == 9999* ]] ; then KEYWORDS="" else - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 x86" fi |