diff options
author | Jason Zaman <perfinion@gentoo.org> | 2015-06-05 16:10:35 +0000 |
---|---|---|
committer | Jason Zaman <perfinion@gentoo.org> | 2015-06-05 16:10:35 +0000 |
commit | 748c71f4768b4206215ce6322fc854c0438a2893 (patch) | |
tree | 6bc7b686b0a256ca5c3d3b321592e52f3a17df9f /sec-policy/selinux-bind | |
parent | Restore ~arm keyword. (diff) | |
download | gentoo-2-748c71f4768b4206215ce6322fc854c0438a2893.tar.gz gentoo-2-748c71f4768b4206215ce6322fc854c0438a2893.tar.bz2 gentoo-2-748c71f4768b4206215ce6322fc854c0438a2893.zip |
Stabilize policy 2.20141203-r5
(Portage version: 2.2.18/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-r5.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sec-policy/selinux-bind/ChangeLog b/sec-policy/selinux-bind/ChangeLog index 295f058e6c93..4f7e3390fa51 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.87 2015/06/05 15:57:18 perfinion Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-bind/ChangeLog,v 1.88 2015/06/05 16:10:21 perfinion Exp $ + + 05 Jun 2015; Jason Zaman <perfinion@gentoo.org> + selinux-bind-2.20141203-r5.ebuild: + Stabilize policy 2.20141203-r5 *selinux-bind-2.20141203-r6 (05 Jun 2015) diff --git a/sec-policy/selinux-bind/selinux-bind-2.20141203-r5.ebuild b/sec-policy/selinux-bind/selinux-bind-2.20141203-r5.ebuild index a9164a411eb8..a003b4850651 100644 --- a/sec-policy/selinux-bind/selinux-bind-2.20141203-r5.ebuild +++ b/sec-policy/selinux-bind/selinux-bind-2.20141203-r5.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-r5.ebuild,v 1.1 2015/04/15 15:43:18 perfinion Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-bind/selinux-bind-2.20141203-r5.ebuild,v 1.2 2015/06/05 16:10:21 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 |