diff options
Diffstat (limited to 'sec-policy/selinux-bind/selinux-bind-2.20141203-r10.ebuild')
-rw-r--r-- | sec-policy/selinux-bind/selinux-bind-2.20141203-r10.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sec-policy/selinux-bind/selinux-bind-2.20141203-r10.ebuild b/sec-policy/selinux-bind/selinux-bind-2.20141203-r10.ebuild index d5347a4aa1bd..e8efa6f7a440 100644 --- a/sec-policy/selinux-bind/selinux-bind-2.20141203-r10.ebuild +++ b/sec-policy/selinux-bind/selinux-bind-2.20141203-r10.ebuild @@ -10,8 +10,6 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for bind" -if [[ $PV == 9999* ]] ; then - KEYWORDS="" -else +if [[ ${PV} != 9999* ]] ; then KEYWORDS="amd64 x86" fi |