diff options
author | Jonathan Davies <jpds@protonmail.com> | 2021-07-05 03:48:02 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-07-05 04:18:33 +0100 |
commit | 4951d8eafe1d88bd6fe1070858f993c6de5b4ade (patch) | |
tree | 5e5fc0c1418aaf4ca7596f83cb863002a8c69953 /sec-policy/selinux-mrtg | |
parent | sec-policy/selinux-mplayer: Unblock ~arm keyword. (diff) | |
download | gentoo-4951d8eafe1d88bd6fe1070858f993c6de5b4ade.tar.gz gentoo-4951d8eafe1d88bd6fe1070858f993c6de5b4ade.tar.bz2 gentoo-4951d8eafe1d88bd6fe1070858f993c6de5b4ade.zip |
sec-policy/selinux-mrtg: 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-mrtg')
-rw-r--r-- | sec-policy/selinux-mrtg/selinux-mrtg-2.20200818-r2.ebuild | 4 | ||||
-rw-r--r-- | sec-policy/selinux-mrtg/selinux-mrtg-2.20210203-r1.ebuild | 2 | ||||
-rw-r--r-- | sec-policy/selinux-mrtg/selinux-mrtg-9999.ebuild | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/sec-policy/selinux-mrtg/selinux-mrtg-2.20200818-r2.ebuild b/sec-policy/selinux-mrtg/selinux-mrtg-2.20200818-r2.ebuild index e25d85f26beb..97f915809581 100644 --- a/sec-policy/selinux-mrtg/selinux-mrtg-2.20200818-r2.ebuild +++ b/sec-policy/selinux-mrtg/selinux-mrtg-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 mrtg" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="amd64 -arm ~arm64 ~mips x86" + KEYWORDS="amd64 ~arm ~arm64 ~mips x86" fi diff --git a/sec-policy/selinux-mrtg/selinux-mrtg-2.20210203-r1.ebuild b/sec-policy/selinux-mrtg/selinux-mrtg-2.20210203-r1.ebuild index 69f9439471d0..0fcd630388d5 100644 --- a/sec-policy/selinux-mrtg/selinux-mrtg-2.20210203-r1.ebuild +++ b/sec-policy/selinux-mrtg/selinux-mrtg-2.20210203-r1.ebuild @@ -11,5 +11,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for mrtg" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 -arm ~arm64 ~mips ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86" fi diff --git a/sec-policy/selinux-mrtg/selinux-mrtg-9999.ebuild b/sec-policy/selinux-mrtg/selinux-mrtg-9999.ebuild index 03cc2573ee36..0fcd630388d5 100644 --- a/sec-policy/selinux-mrtg/selinux-mrtg-9999.ebuild +++ b/sec-policy/selinux-mrtg/selinux-mrtg-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 mrtg" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 -arm ~arm64 ~mips ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86" fi |