diff options
author | Jonathan Davies <jpds@protonmail.com> | 2021-07-05 03:46:25 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-07-05 04:18:12 +0100 |
commit | 61918f344d1b28a0d3903966accfe73b640b448e (patch) | |
tree | 770a0b91b94e1cb33d54bcbb79ec4e3c1c7e0d7a /sec-policy/selinux-lpd | |
parent | sec-policy/selinux-logwatch: Unblock ~arm keyword. (diff) | |
download | gentoo-61918f344d1b28a0d3903966accfe73b640b448e.tar.gz gentoo-61918f344d1b28a0d3903966accfe73b640b448e.tar.bz2 gentoo-61918f344d1b28a0d3903966accfe73b640b448e.zip |
sec-policy/selinux-lpd: 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-lpd')
-rw-r--r-- | sec-policy/selinux-lpd/selinux-lpd-2.20200818-r2.ebuild | 4 | ||||
-rw-r--r-- | sec-policy/selinux-lpd/selinux-lpd-2.20210203-r1.ebuild | 2 | ||||
-rw-r--r-- | sec-policy/selinux-lpd/selinux-lpd-9999.ebuild | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/sec-policy/selinux-lpd/selinux-lpd-2.20200818-r2.ebuild b/sec-policy/selinux-lpd/selinux-lpd-2.20200818-r2.ebuild index 708b665bd99a..e68f2f7b3039 100644 --- a/sec-policy/selinux-lpd/selinux-lpd-2.20200818-r2.ebuild +++ b/sec-policy/selinux-lpd/selinux-lpd-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 lpd" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="amd64 -arm ~arm64 ~mips x86" + KEYWORDS="amd64 ~arm ~arm64 ~mips x86" fi diff --git a/sec-policy/selinux-lpd/selinux-lpd-2.20210203-r1.ebuild b/sec-policy/selinux-lpd/selinux-lpd-2.20210203-r1.ebuild index 122cf2565c96..c2837cd3cdf6 100644 --- a/sec-policy/selinux-lpd/selinux-lpd-2.20210203-r1.ebuild +++ b/sec-policy/selinux-lpd/selinux-lpd-2.20210203-r1.ebuild @@ -11,5 +11,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for lpd" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 -arm ~arm64 ~mips ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86" fi diff --git a/sec-policy/selinux-lpd/selinux-lpd-9999.ebuild b/sec-policy/selinux-lpd/selinux-lpd-9999.ebuild index ea47317f3325..c2837cd3cdf6 100644 --- a/sec-policy/selinux-lpd/selinux-lpd-9999.ebuild +++ b/sec-policy/selinux-lpd/selinux-lpd-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 lpd" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 -arm ~arm64 ~mips ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86" fi |