diff options
author | Jason Zaman <perfinion@gentoo.org> | 2015-08-04 16:49:40 +0000 |
---|---|---|
committer | Jason Zaman <perfinion@gentoo.org> | 2015-08-04 16:49:40 +0000 |
commit | 9504ed9e0413c2ef1c565b14b8de24079a1b9908 (patch) | |
tree | 4e808a600e34feca1fdcb13a74f568ac09eb61f6 /sec-policy/selinux-bind | |
parent | New snapshot (diff) | |
download | gentoo-2-9504ed9e0413c2ef1c565b14b8de24079a1b9908.tar.gz gentoo-2-9504ed9e0413c2ef1c565b14b8de24079a1b9908.tar.bz2 gentoo-2-9504ed9e0413c2ef1c565b14b8de24079a1b9908.zip |
Stabilize policy 2.20141203-r7
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0x7EF137EC935B0EAF)
Diffstat (limited to 'sec-policy/selinux-bind')
-rw-r--r-- | sec-policy/selinux-bind/ChangeLog | 6 | ||||
-rw-r--r-- | sec-policy/selinux-bind/selinux-bind-2.20141203-r7.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sec-policy/selinux-bind/ChangeLog b/sec-policy/selinux-bind/ChangeLog index 6a911568ef14..891e01e60c4b 100644 --- a/sec-policy/selinux-bind/ChangeLog +++ b/sec-policy/selinux-bind/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sec-policy/selinux-bind # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-bind/ChangeLog,v 1.90 2015/07/02 18:06:59 perfinion Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-bind/ChangeLog,v 1.91 2015/08/04 16:49:36 perfinion Exp $ + + 04 Aug 2015; Jason Zaman <perfinion@gentoo.org> + selinux-bind-2.20141203-r7.ebuild: + Stabilize policy 2.20141203-r7 02 Jul 2015; Jason Zaman <perfinion@gentoo.org> selinux-bind-2.20141203-r6.ebuild: diff --git a/sec-policy/selinux-bind/selinux-bind-2.20141203-r7.ebuild b/sec-policy/selinux-bind/selinux-bind-2.20141203-r7.ebuild index f97bcffa86e7..1b79edf2bf97 100644 --- a/sec-policy/selinux-bind/selinux-bind-2.20141203-r7.ebuild +++ b/sec-policy/selinux-bind/selinux-bind-2.20141203-r7.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-bind/selinux-bind-2.20141203-r7.ebuild,v 1.1 2015/07/02 17:59:39 perfinion Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-bind/selinux-bind-2.20141203-r7.ebuild,v 1.2 2015/08/04 16:49:36 perfinion Exp $ EAPI="5" IUSE="" @@ -13,5 +13,5 @@ DESCRIPTION="SELinux policy for bind" if [[ $PV == 9999* ]] ; then KEYWORDS="" else - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 x86" fi |