diff options
author | Jonathan Davies <jpds@protonmail.com> | 2021-07-05 03:43:59 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-07-05 04:17:42 +0100 |
commit | 7656732c31e95463a971d439392ea16809b63117 (patch) | |
tree | 31c95172f688f3b136934442f38a781bf44400d3 /sec-policy/selinux-jabber | |
parent | sec-policy/selinux-irqbalance: Unblock ~arm keyword. (diff) | |
download | gentoo-7656732c31e95463a971d439392ea16809b63117.tar.gz gentoo-7656732c31e95463a971d439392ea16809b63117.tar.bz2 gentoo-7656732c31e95463a971d439392ea16809b63117.zip |
sec-policy/selinux-jabber: 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-jabber')
3 files changed, 5 insertions, 5 deletions
diff --git a/sec-policy/selinux-jabber/selinux-jabber-2.20200818-r2.ebuild b/sec-policy/selinux-jabber/selinux-jabber-2.20200818-r2.ebuild index 6b43dc541159..1128517ed1fb 100644 --- a/sec-policy/selinux-jabber/selinux-jabber-2.20200818-r2.ebuild +++ b/sec-policy/selinux-jabber/selinux-jabber-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 jabber" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="amd64 -arm ~arm64 ~mips x86" + KEYWORDS="amd64 ~arm ~arm64 ~mips x86" fi diff --git a/sec-policy/selinux-jabber/selinux-jabber-2.20210203-r1.ebuild b/sec-policy/selinux-jabber/selinux-jabber-2.20210203-r1.ebuild index 62f96a75087f..6fd50e1b26b8 100644 --- a/sec-policy/selinux-jabber/selinux-jabber-2.20210203-r1.ebuild +++ b/sec-policy/selinux-jabber/selinux-jabber-2.20210203-r1.ebuild @@ -11,5 +11,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for jabber" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 -arm ~arm64 ~mips ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86" fi diff --git a/sec-policy/selinux-jabber/selinux-jabber-9999.ebuild b/sec-policy/selinux-jabber/selinux-jabber-9999.ebuild index 289b3ce80495..6fd50e1b26b8 100644 --- a/sec-policy/selinux-jabber/selinux-jabber-9999.ebuild +++ b/sec-policy/selinux-jabber/selinux-jabber-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 jabber" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 -arm ~arm64 ~mips ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86" fi |