diff options
Diffstat (limited to 'sec-policy/selinux-bind/selinux-bind-2.20141203-r7.ebuild')
-rw-r--r-- | sec-policy/selinux-bind/selinux-bind-2.20141203-r7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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 |