Skip to content

Commit

Permalink
app-portage/mirrorselect: Update PYTHON_REQ_USE to xml(+)
Browse files Browse the repository at this point in the history
Update PYTHON_REQ_USE to specify "xml(+)", as Python 3.11 no longer
features the "xml" flag.

Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
mgorny committed Sep 7, 2022
1 parent e4ac97c commit 9893c1b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app-portage/mirrorselect/mirrorselect-2.2.6-r2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
EAPI="7"

PYTHON_COMPAT=( python3_{8..10} )
PYTHON_REQ_USE="xml"
PYTHON_REQ_USE="xml(+)"
DISTUTILS_USE_SETUPTOOLS=no

inherit distutils-r1 prefix
Expand Down
2 changes: 1 addition & 1 deletion app-portage/mirrorselect/mirrorselect-2.3.0-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ EAPI="8"

DISTUTILS_USE_SETUPTOOLS=no
PYTHON_COMPAT=( python3_{8..10} )
PYTHON_REQ_USE="xml"
PYTHON_REQ_USE="xml(+)"

inherit distutils-r1 prefix

Expand Down
2 changes: 1 addition & 1 deletion app-portage/mirrorselect/mirrorselect-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ EAPI="8"

DISTUTILS_USE_SETUPTOOLS=no
PYTHON_COMPAT=( python3_{8..10} )
PYTHON_REQ_USE="xml"
PYTHON_REQ_USE="xml(+)"

inherit distutils-r1 git-r3 prefix

Expand Down

0 comments on commit 9893c1b

Please sign in to comment.