diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-09-04 21:43:24 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-09-07 09:52:06 +0200 |
commit | fe5330e08bed15648fc35e4b9f6e717eb8c89fae (patch) | |
tree | e9f2eea0b957d30accb3b7e6403a0341d693315b /sec-policy | |
parent | net-vpn/openconnect: Update PYTHON_REQ_USE to xml(+) (diff) | |
download | gentoo-fe5330e08bed15648fc35e4b9f6e717eb8c89fae.tar.gz gentoo-fe5330e08bed15648fc35e4b9f6e717eb8c89fae.tar.bz2 gentoo-fe5330e08bed15648fc35e4b9f6e717eb8c89fae.zip |
sec-policy/selinux-base: Update PYTHON_REQ_USE to xml(+)
Update PYTHON_REQ_USE to specify "xml(+)", as Python 3.11 no longer
features the "xml" flag.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sec-policy')
5 files changed, 6 insertions, 6 deletions
diff --git a/sec-policy/selinux-base/selinux-base-2.20220106-r1.ebuild b/sec-policy/selinux-base/selinux-base-2.20220106-r1.ebuild index 16ffa2766f65..794e2cddbca9 100644 --- a/sec-policy/selinux-base/selinux-base-2.20220106-r1.ebuild +++ b/sec-policy/selinux-base/selinux-base-2.20220106-r1.ebuild @@ -4,7 +4,7 @@ EAPI="7" PYTHON_COMPAT=( python3_{8,9,10} ) -PYTHON_REQ_USE="xml" +PYTHON_REQ_USE="xml(+)" inherit python-any-r1 if [[ ${PV} == 9999* ]]; then diff --git a/sec-policy/selinux-base/selinux-base-2.20220106-r2.ebuild b/sec-policy/selinux-base/selinux-base-2.20220106-r2.ebuild index 16ffa2766f65..794e2cddbca9 100644 --- a/sec-policy/selinux-base/selinux-base-2.20220106-r2.ebuild +++ b/sec-policy/selinux-base/selinux-base-2.20220106-r2.ebuild @@ -4,7 +4,7 @@ EAPI="7" PYTHON_COMPAT=( python3_{8,9,10} ) -PYTHON_REQ_USE="xml" +PYTHON_REQ_USE="xml(+)" inherit python-any-r1 if [[ ${PV} == 9999* ]]; then diff --git a/sec-policy/selinux-base/selinux-base-2.20220106-r3.ebuild b/sec-policy/selinux-base/selinux-base-2.20220106-r3.ebuild index 16ffa2766f65..794e2cddbca9 100644 --- a/sec-policy/selinux-base/selinux-base-2.20220106-r3.ebuild +++ b/sec-policy/selinux-base/selinux-base-2.20220106-r3.ebuild @@ -4,7 +4,7 @@ EAPI="7" PYTHON_COMPAT=( python3_{8,9,10} ) -PYTHON_REQ_USE="xml" +PYTHON_REQ_USE="xml(+)" inherit python-any-r1 if [[ ${PV} == 9999* ]]; then diff --git a/sec-policy/selinux-base/selinux-base-2.20220520-r1.ebuild b/sec-policy/selinux-base/selinux-base-2.20220520-r1.ebuild index 659fad659691..6926182d8e27 100644 --- a/sec-policy/selinux-base/selinux-base-2.20220520-r1.ebuild +++ b/sec-policy/selinux-base/selinux-base-2.20220520-r1.ebuild @@ -4,7 +4,7 @@ EAPI="7" PYTHON_COMPAT=( python3_{8,9,10} ) -PYTHON_REQ_USE="xml" +PYTHON_REQ_USE="xml(+)" inherit python-any-r1 if [[ ${PV} == 9999* ]]; then diff --git a/sec-policy/selinux-base/selinux-base-9999.ebuild b/sec-policy/selinux-base/selinux-base-9999.ebuild index f9dcacae70f1..6926182d8e27 100644 --- a/sec-policy/selinux-base/selinux-base-9999.ebuild +++ b/sec-policy/selinux-base/selinux-base-9999.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" PYTHON_COMPAT=( python3_{8,9,10} ) -PYTHON_REQ_USE="xml" +PYTHON_REQ_USE="xml(+)" inherit python-any-r1 if [[ ${PV} == 9999* ]]; then |