diff options
author | Jonathan Davies <jpds@protonmail.com> | 2021-07-05 03:57:46 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-07-05 04:20:32 +0100 |
commit | 2c8fb483259309ba9e968ca423015df92435fe90 (patch) | |
tree | e076feb22965e41a3c3c5b05b25f5d26e124844e /sec-policy/selinux-skype | |
parent | sec-policy/selinux-shutdown: Unblock ~arm keyword. (diff) | |
download | gentoo-2c8fb483259309ba9e968ca423015df92435fe90.tar.gz gentoo-2c8fb483259309ba9e968ca423015df92435fe90.tar.bz2 gentoo-2c8fb483259309ba9e968ca423015df92435fe90.zip |
sec-policy/selinux-skype: 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-skype')
3 files changed, 5 insertions, 5 deletions
diff --git a/sec-policy/selinux-skype/selinux-skype-2.20200818-r2.ebuild b/sec-policy/selinux-skype/selinux-skype-2.20200818-r2.ebuild index 84d68479f3cb..dd52ceeed26b 100644 --- a/sec-policy/selinux-skype/selinux-skype-2.20200818-r2.ebuild +++ b/sec-policy/selinux-skype/selinux-skype-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,7 +11,7 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for skype" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="amd64 -arm ~arm64 ~mips x86" + KEYWORDS="amd64 ~arm ~arm64 ~mips x86" fi DEPEND="${DEPEND} sec-policy/selinux-xserver diff --git a/sec-policy/selinux-skype/selinux-skype-2.20210203-r1.ebuild b/sec-policy/selinux-skype/selinux-skype-2.20210203-r1.ebuild index 0635a704d910..f070cea5dbe5 100644 --- a/sec-policy/selinux-skype/selinux-skype-2.20210203-r1.ebuild +++ b/sec-policy/selinux-skype/selinux-skype-2.20210203-r1.ebuild @@ -11,7 +11,7 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for skype" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 -arm ~arm64 ~mips ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86" fi DEPEND="${DEPEND} sec-policy/selinux-xserver diff --git a/sec-policy/selinux-skype/selinux-skype-9999.ebuild b/sec-policy/selinux-skype/selinux-skype-9999.ebuild index 45b0f8637002..f070cea5dbe5 100644 --- a/sec-policy/selinux-skype/selinux-skype-9999.ebuild +++ b/sec-policy/selinux-skype/selinux-skype-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,7 +11,7 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for skype" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 -arm ~arm64 ~mips ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86" fi DEPEND="${DEPEND} sec-policy/selinux-xserver |