diff options
Diffstat (limited to 'sec-policy/selinux-bind')
-rw-r--r-- | sec-policy/selinux-bind/ChangeLog | 8 | ||||
-rw-r--r-- | sec-policy/selinux-bind/selinux-bind-2.20140311-r7.ebuild | 17 |
2 files changed, 24 insertions, 1 deletions
diff --git a/sec-policy/selinux-bind/ChangeLog b/sec-policy/selinux-bind/ChangeLog index ad23834c027f..3054e8a1c8e5 100644 --- a/sec-policy/selinux-bind/ChangeLog +++ b/sec-policy/selinux-bind/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sec-policy/selinux-bind # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-bind/ChangeLog,v 1.74 2014/11/01 16:13:36 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-bind/ChangeLog,v 1.75 2014/11/01 17:26:11 swift Exp $ + +*selinux-bind-2.20140311-r7 (01 Nov 2014) + + 01 Nov 2014; Sven Vermeulen <swift@gentoo.org> + +selinux-bind-2.20140311-r7.ebuild: + Bump revision r7 of SELinux policies 01 Nov 2014; Sven Vermeulen <swift@gentoo.org> selinux-bind-9999.ebuild: Add KEYWORDS logic in -9999 ebuilds for ease of copying diff --git a/sec-policy/selinux-bind/selinux-bind-2.20140311-r7.ebuild b/sec-policy/selinux-bind/selinux-bind-2.20140311-r7.ebuild new file mode 100644 index 000000000000..7c3f0f877b94 --- /dev/null +++ b/sec-policy/selinux-bind/selinux-bind-2.20140311-r7.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2014 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.20140311-r7.ebuild,v 1.1 2014/11/01 17:26:11 swift Exp $ +EAPI="5" + +IUSE="" +MODS="bind" + +inherit selinux-policy-2 + +DESCRIPTION="SELinux policy for bind" + +if [[ $PV == 9999* ]] ; then + KEYWORDS="" +else + KEYWORDS="~amd64 ~x86" +fi |