summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sec-policy/selinux-postgresql/selinux-postgresql-2.20141203-r3.ebuild')
-rw-r--r--sec-policy/selinux-postgresql/selinux-postgresql-2.20141203-r3.ebuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/sec-policy/selinux-postgresql/selinux-postgresql-2.20141203-r3.ebuild b/sec-policy/selinux-postgresql/selinux-postgresql-2.20141203-r3.ebuild
index d17f4609561b..2c89dd90b5d6 100644
--- a/sec-policy/selinux-postgresql/selinux-postgresql-2.20141203-r3.ebuild
+++ b/sec-policy/selinux-postgresql/selinux-postgresql-2.20141203-r3.ebuild
@@ -10,8 +10,6 @@ inherit selinux-policy-2
DESCRIPTION="SELinux policy for postgresql"
-if [[ $PV == 9999* ]] ; then
- KEYWORDS=""
-else
+if [[ ${PV} != 9999* ]] ; then
KEYWORDS="amd64 x86"
fi