diff options
author | Jonathan Davies <jpds@protonmail.com> | 2021-07-05 03:57:55 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-07-05 04:20:34 +0100 |
commit | 3f2d14cc1983219cf7802f1d217a211fc0996b32 (patch) | |
tree | 016c785c68f51c0212ee6ed024f2a2c503188534 /sec-policy/selinux-slocate | |
parent | sec-policy/selinux-skype: Unblock ~arm keyword. (diff) | |
download | gentoo-3f2d14cc1983219cf7802f1d217a211fc0996b32.tar.gz gentoo-3f2d14cc1983219cf7802f1d217a211fc0996b32.tar.bz2 gentoo-3f2d14cc1983219cf7802f1d217a211fc0996b32.zip |
sec-policy/selinux-slocate: 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-slocate')
3 files changed, 5 insertions, 5 deletions
diff --git a/sec-policy/selinux-slocate/selinux-slocate-2.20200818-r2.ebuild b/sec-policy/selinux-slocate/selinux-slocate-2.20200818-r2.ebuild index 75b9c313bd70..862ee711f7f3 100644 --- a/sec-policy/selinux-slocate/selinux-slocate-2.20200818-r2.ebuild +++ b/sec-policy/selinux-slocate/selinux-slocate-2.20200818-r2.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 slocate" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="amd64 -arm ~arm64 ~mips x86" + KEYWORDS="amd64 ~arm ~arm64 ~mips x86" fi diff --git a/sec-policy/selinux-slocate/selinux-slocate-2.20210203-r1.ebuild b/sec-policy/selinux-slocate/selinux-slocate-2.20210203-r1.ebuild index 7603d60abcef..5980047481de 100644 --- a/sec-policy/selinux-slocate/selinux-slocate-2.20210203-r1.ebuild +++ b/sec-policy/selinux-slocate/selinux-slocate-2.20210203-r1.ebuild @@ -11,5 +11,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for slocate" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 -arm ~arm64 ~mips ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86" fi diff --git a/sec-policy/selinux-slocate/selinux-slocate-9999.ebuild b/sec-policy/selinux-slocate/selinux-slocate-9999.ebuild index 6af543c81ebe..5980047481de 100644 --- a/sec-policy/selinux-slocate/selinux-slocate-9999.ebuild +++ b/sec-policy/selinux-slocate/selinux-slocate-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 slocate" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 -arm ~arm64 ~mips ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86" fi |