diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-09-04 21:43:25 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-09-07 09:52:07 +0200 |
commit | 8536261278c821976bba3a73aca80292df17c184 (patch) | |
tree | 1efe73b7e2828995149f14a500a92ad264201cd4 /sys-apps/policycoreutils | |
parent | sec-policy/selinux-base: Update PYTHON_REQ_USE to xml(+) (diff) | |
download | gentoo-8536261278c821976bba3a73aca80292df17c184.tar.gz gentoo-8536261278c821976bba3a73aca80292df17c184.tar.bz2 gentoo-8536261278c821976bba3a73aca80292df17c184.zip |
sys-apps/policycoreutils: 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 'sys-apps/policycoreutils')
-rw-r--r-- | sys-apps/policycoreutils/policycoreutils-3.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/policycoreutils/policycoreutils-3.3.ebuild b/sys-apps/policycoreutils/policycoreutils-3.3.ebuild index 456189b1aac5..fb97df7db201 100644 --- a/sys-apps/policycoreutils/policycoreutils-3.3.ebuild +++ b/sys-apps/policycoreutils/policycoreutils-3.3.ebuild @@ -3,7 +3,7 @@ EAPI="7" PYTHON_COMPAT=( python{3_7,3_8,3_9} ) -PYTHON_REQ_USE="xml" +PYTHON_REQ_USE="xml(+)" inherit multilib python-r1 toolchain-funcs bash-completion-r1 |