diff options
author | Jonathan Davies <jpds@protonmail.com> | 2021-07-05 03:51:12 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-07-05 04:19:11 +0100 |
commit | 6a4b4769c13103ff5315e7e41867282e65850058 (patch) | |
tree | fabb17fd5eacb991dabc8625f76a28b2b938e792 /sec-policy/selinux-phpfpm | |
parent | sec-policy/selinux-pcscd: Unblock ~arm keyword. (diff) | |
download | gentoo-6a4b4769c13103ff5315e7e41867282e65850058.tar.gz gentoo-6a4b4769c13103ff5315e7e41867282e65850058.tar.bz2 gentoo-6a4b4769c13103ff5315e7e41867282e65850058.zip |
sec-policy/selinux-phpfpm: 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-phpfpm')
3 files changed, 5 insertions, 5 deletions
diff --git a/sec-policy/selinux-phpfpm/selinux-phpfpm-2.20200818-r2.ebuild b/sec-policy/selinux-phpfpm/selinux-phpfpm-2.20200818-r2.ebuild index 89928d5ec634..b000f9878ed5 100644 --- a/sec-policy/selinux-phpfpm/selinux-phpfpm-2.20200818-r2.ebuild +++ b/sec-policy/selinux-phpfpm/selinux-phpfpm-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 phpfpm" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="amd64 -arm ~arm64 ~mips x86" + KEYWORDS="amd64 ~arm ~arm64 ~mips x86" fi DEPEND="${DEPEND} sec-policy/selinux-apache diff --git a/sec-policy/selinux-phpfpm/selinux-phpfpm-2.20210203-r1.ebuild b/sec-policy/selinux-phpfpm/selinux-phpfpm-2.20210203-r1.ebuild index fb3a656da6b0..3b8e9d6b9e11 100644 --- a/sec-policy/selinux-phpfpm/selinux-phpfpm-2.20210203-r1.ebuild +++ b/sec-policy/selinux-phpfpm/selinux-phpfpm-2.20210203-r1.ebuild @@ -11,7 +11,7 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for phpfpm" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 -arm ~arm64 ~mips ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86" fi DEPEND="${DEPEND} sec-policy/selinux-apache diff --git a/sec-policy/selinux-phpfpm/selinux-phpfpm-9999.ebuild b/sec-policy/selinux-phpfpm/selinux-phpfpm-9999.ebuild index cee0717b0033..3b8e9d6b9e11 100644 --- a/sec-policy/selinux-phpfpm/selinux-phpfpm-9999.ebuild +++ b/sec-policy/selinux-phpfpm/selinux-phpfpm-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 phpfpm" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 -arm ~arm64 ~mips ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86" fi DEPEND="${DEPEND} sec-policy/selinux-apache |