diff options
Diffstat (limited to 'sec-policy/selinux-postgrey')
3 files changed, 5 insertions, 5 deletions
diff --git a/sec-policy/selinux-postgrey/selinux-postgrey-2.20200818-r2.ebuild b/sec-policy/selinux-postgrey/selinux-postgrey-2.20200818-r2.ebuild index b9decd1c1e0b..542d9acfe0ea 100644 --- a/sec-policy/selinux-postgrey/selinux-postgrey-2.20200818-r2.ebuild +++ b/sec-policy/selinux-postgrey/selinux-postgrey-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 postgrey" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="amd64 -arm ~arm64 ~mips x86" + KEYWORDS="amd64 ~arm ~arm64 ~mips x86" fi diff --git a/sec-policy/selinux-postgrey/selinux-postgrey-2.20210203-r1.ebuild b/sec-policy/selinux-postgrey/selinux-postgrey-2.20210203-r1.ebuild index ddd5387c2a94..81ee7e81eef2 100644 --- a/sec-policy/selinux-postgrey/selinux-postgrey-2.20210203-r1.ebuild +++ b/sec-policy/selinux-postgrey/selinux-postgrey-2.20210203-r1.ebuild @@ -11,5 +11,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for postgrey" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 -arm ~arm64 ~mips ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86" fi diff --git a/sec-policy/selinux-postgrey/selinux-postgrey-9999.ebuild b/sec-policy/selinux-postgrey/selinux-postgrey-9999.ebuild index 77d8a543302a..81ee7e81eef2 100644 --- a/sec-policy/selinux-postgrey/selinux-postgrey-9999.ebuild +++ b/sec-policy/selinux-postgrey/selinux-postgrey-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 postgrey" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 -arm ~arm64 ~mips ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86" fi |