diff options
author | Jonathan Davies <jpds@protonmail.com> | 2021-07-05 03:41:26 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-07-05 04:17:11 +0100 |
commit | fb863b23d9c6d776beca167eec8bbb299aead286 (patch) | |
tree | 986bc7fc1da86baa3cbcedd914145b922b80bd8a /sec-policy/selinux-googletalk | |
parent | sec-policy/selinux-gnome: Unblock ~arm keyword. (diff) | |
download | gentoo-fb863b23d9c6d776beca167eec8bbb299aead286.tar.gz gentoo-fb863b23d9c6d776beca167eec8bbb299aead286.tar.bz2 gentoo-fb863b23d9c6d776beca167eec8bbb299aead286.zip |
sec-policy/selinux-googletalk: 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-googletalk')
3 files changed, 5 insertions, 5 deletions
diff --git a/sec-policy/selinux-googletalk/selinux-googletalk-2.20200818-r2.ebuild b/sec-policy/selinux-googletalk/selinux-googletalk-2.20200818-r2.ebuild index 67268cd270ba..f4b597d3531c 100644 --- a/sec-policy/selinux-googletalk/selinux-googletalk-2.20200818-r2.ebuild +++ b/sec-policy/selinux-googletalk/selinux-googletalk-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 googletalk" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="amd64 -arm ~arm64 ~mips x86" + KEYWORDS="amd64 ~arm ~arm64 ~mips x86" fi diff --git a/sec-policy/selinux-googletalk/selinux-googletalk-2.20210203-r1.ebuild b/sec-policy/selinux-googletalk/selinux-googletalk-2.20210203-r1.ebuild index 9c041aba7cfa..4ef14cdf9a37 100644 --- a/sec-policy/selinux-googletalk/selinux-googletalk-2.20210203-r1.ebuild +++ b/sec-policy/selinux-googletalk/selinux-googletalk-2.20210203-r1.ebuild @@ -11,5 +11,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for googletalk" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 -arm ~arm64 ~mips ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86" fi diff --git a/sec-policy/selinux-googletalk/selinux-googletalk-9999.ebuild b/sec-policy/selinux-googletalk/selinux-googletalk-9999.ebuild index 871788fa8d46..4ef14cdf9a37 100644 --- a/sec-policy/selinux-googletalk/selinux-googletalk-9999.ebuild +++ b/sec-policy/selinux-googletalk/selinux-googletalk-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 googletalk" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 -arm ~arm64 ~mips ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86" fi |