diff options
author | 2021-07-05 03:41:18 +0100 | |
---|---|---|
committer | 2021-07-05 04:17:09 +0100 | |
commit | 47a444ec8ccaa3c36a144d70a686605cd304cbcf (patch) | |
tree | 51e72c5360a228861fc44a140d72e796cfac91c1 /sec-policy/selinux-gnome | |
parent | sec-policy/selinux-gitosis: Unblock ~arm keyword. (diff) | |
download | gentoo-47a444ec8ccaa3c36a144d70a686605cd304cbcf.tar.gz gentoo-47a444ec8ccaa3c36a144d70a686605cd304cbcf.tar.bz2 gentoo-47a444ec8ccaa3c36a144d70a686605cd304cbcf.zip |
sec-policy/selinux-gnome: 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-gnome')
3 files changed, 5 insertions, 5 deletions
diff --git a/sec-policy/selinux-gnome/selinux-gnome-2.20200818-r2.ebuild b/sec-policy/selinux-gnome/selinux-gnome-2.20200818-r2.ebuild index 11ce641c4a15..2cb09108f1e9 100644 --- a/sec-policy/selinux-gnome/selinux-gnome-2.20200818-r2.ebuild +++ b/sec-policy/selinux-gnome/selinux-gnome-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 gnome" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="amd64 -arm ~arm64 ~mips x86" + KEYWORDS="amd64 ~arm ~arm64 ~mips x86" fi diff --git a/sec-policy/selinux-gnome/selinux-gnome-2.20210203-r1.ebuild b/sec-policy/selinux-gnome/selinux-gnome-2.20210203-r1.ebuild index b679f9492d2b..c8793c6f4a34 100644 --- a/sec-policy/selinux-gnome/selinux-gnome-2.20210203-r1.ebuild +++ b/sec-policy/selinux-gnome/selinux-gnome-2.20210203-r1.ebuild @@ -11,5 +11,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for gnome" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 -arm ~arm64 ~mips ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86" fi diff --git a/sec-policy/selinux-gnome/selinux-gnome-9999.ebuild b/sec-policy/selinux-gnome/selinux-gnome-9999.ebuild index 2539659d7acd..c8793c6f4a34 100644 --- a/sec-policy/selinux-gnome/selinux-gnome-9999.ebuild +++ b/sec-policy/selinux-gnome/selinux-gnome-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 gnome" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 -arm ~arm64 ~mips ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86" fi |