diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-09-04 21:43:26 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-09-07 09:52:08 +0200 |
commit | 68acb86322e0992cf41697c0becfcddecc2d2d14 (patch) | |
tree | 3b860d90520f5a3679054a59d958d0d07b2392ee /sys-apps/selinux-python | |
parent | sys-apps/policycoreutils: Update PYTHON_REQ_USE to xml(+) (diff) | |
download | gentoo-68acb86322e0992cf41697c0becfcddecc2d2d14.tar.gz gentoo-68acb86322e0992cf41697c0becfcddecc2d2d14.tar.bz2 gentoo-68acb86322e0992cf41697c0becfcddecc2d2d14.zip |
sys-apps/selinux-python: 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/selinux-python')
-rw-r--r-- | sys-apps/selinux-python/selinux-python-3.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/selinux-python/selinux-python-3.3.ebuild b/sys-apps/selinux-python/selinux-python-3.3.ebuild index 3d954e03c653..cae5d3896456 100644 --- a/sys-apps/selinux-python/selinux-python-3.3.ebuild +++ b/sys-apps/selinux-python/selinux-python-3.3.ebuild @@ -1,9 +1,9 @@ -# 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_{7..9} ) -PYTHON_REQ_USE="xml" +PYTHON_REQ_USE="xml(+)" inherit python-r1 toolchain-funcs |