diff options
author | Jonathan Davies <jpds@protonmail.com> | 2021-07-05 03:36:37 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-07-05 04:16:15 +0100 |
commit | 9ae7a12a50f806a51a2c2b8c90d9f53a1432e8c8 (patch) | |
tree | ffa84e34cbdf31b4f11f577cc360de13f2c8d273 /sec-policy/selinux-ddclient/selinux-ddclient-9999.ebuild | |
parent | sec-policy/selinux-dcc: Unblock ~arm keyword. (diff) | |
download | gentoo-9ae7a12a50f806a51a2c2b8c90d9f53a1432e8c8.tar.gz gentoo-9ae7a12a50f806a51a2c2b8c90d9f53a1432e8c8.tar.bz2 gentoo-9ae7a12a50f806a51a2c2b8c90d9f53a1432e8c8.zip |
sec-policy/selinux-ddclient: 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-ddclient/selinux-ddclient-9999.ebuild')
-rw-r--r-- | sec-policy/selinux-ddclient/selinux-ddclient-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sec-policy/selinux-ddclient/selinux-ddclient-9999.ebuild b/sec-policy/selinux-ddclient/selinux-ddclient-9999.ebuild index b32ee0fd6455..e223b3304c62 100644 --- a/sec-policy/selinux-ddclient/selinux-ddclient-9999.ebuild +++ b/sec-policy/selinux-ddclient/selinux-ddclient-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -11,5 +11,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for ddclient" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 -arm ~arm64 ~mips ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86" fi |