summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Davies <jpds@protonmail.com>2021-07-05 03:38:50 +0100
committerSam James <sam@gentoo.org>2021-07-05 04:16:40 +0100
commit116f81062d30032ff296cc51f4cc951d7ea91e19 (patch)
tree50ccad584aa14e66abf128337a80487627620437 /sec-policy/selinux-dpkg/selinux-dpkg-2.20210203-r1.ebuild
parentsec-policy/selinux-dovecot: Unblock ~arm keyword. (diff)
downloadgentoo-116f81062d30032ff296cc51f4cc951d7ea91e19.tar.gz
gentoo-116f81062d30032ff296cc51f4cc951d7ea91e19.tar.bz2
gentoo-116f81062d30032ff296cc51f4cc951d7ea91e19.zip
sec-policy/selinux-dpkg: Unblock ~arm keyword.
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sec-policy/selinux-dpkg/selinux-dpkg-2.20210203-r1.ebuild')
-rw-r--r--sec-policy/selinux-dpkg/selinux-dpkg-2.20210203-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sec-policy/selinux-dpkg/selinux-dpkg-2.20210203-r1.ebuild b/sec-policy/selinux-dpkg/selinux-dpkg-2.20210203-r1.ebuild
index 24f66be64d74..1039d2cf5282 100644
--- a/sec-policy/selinux-dpkg/selinux-dpkg-2.20210203-r1.ebuild
+++ b/sec-policy/selinux-dpkg/selinux-dpkg-2.20210203-r1.ebuild
@@ -11,5 +11,5 @@ inherit selinux-policy-2
DESCRIPTION="SELinux policy for dpkg"
if [[ ${PV} != 9999* ]] ; then
- KEYWORDS="~amd64 -arm ~arm64 ~mips ~x86"
+ KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86"
fi