diff options
author | Jonathan Davies <jpds@protonmail.com> | 2021-07-05 03:52:04 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-07-05 04:19:22 +0100 |
commit | cac28526420f3376259b30b3803d7d8a369a1953 (patch) | |
tree | 626a38e129dcde6837c8aa1dd031e70a5b1f0fb2 /sec-policy/selinux-postgresql | |
parent | sec-policy/selinux-postfix: Unblock ~arm keyword. (diff) | |
download | gentoo-cac28526420f3376259b30b3803d7d8a369a1953.tar.gz gentoo-cac28526420f3376259b30b3803d7d8a369a1953.tar.bz2 gentoo-cac28526420f3376259b30b3803d7d8a369a1953.zip |
sec-policy/selinux-postgresql: 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-postgresql')
3 files changed, 5 insertions, 5 deletions
diff --git a/sec-policy/selinux-postgresql/selinux-postgresql-2.20200818-r2.ebuild b/sec-policy/selinux-postgresql/selinux-postgresql-2.20200818-r2.ebuild index 824ab3dbe033..21de2f8ae662 100644 --- a/sec-policy/selinux-postgresql/selinux-postgresql-2.20200818-r2.ebuild +++ b/sec-policy/selinux-postgresql/selinux-postgresql-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 postgresql" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="amd64 -arm ~arm64 ~mips x86" + KEYWORDS="amd64 ~arm ~arm64 ~mips x86" fi diff --git a/sec-policy/selinux-postgresql/selinux-postgresql-2.20210203-r1.ebuild b/sec-policy/selinux-postgresql/selinux-postgresql-2.20210203-r1.ebuild index a1de673fd68c..0dd39f5ee8d0 100644 --- a/sec-policy/selinux-postgresql/selinux-postgresql-2.20210203-r1.ebuild +++ b/sec-policy/selinux-postgresql/selinux-postgresql-2.20210203-r1.ebuild @@ -11,5 +11,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for postgresql" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 -arm ~arm64 ~mips ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86" fi diff --git a/sec-policy/selinux-postgresql/selinux-postgresql-9999.ebuild b/sec-policy/selinux-postgresql/selinux-postgresql-9999.ebuild index 7de04a1cc181..0dd39f5ee8d0 100644 --- a/sec-policy/selinux-postgresql/selinux-postgresql-9999.ebuild +++ b/sec-policy/selinux-postgresql/selinux-postgresql-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 postgresql" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 -arm ~arm64 ~mips ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86" fi |