summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-09-04 21:43:03 +0200
committerMichał Górny <mgorny@gentoo.org>2022-09-07 09:51:49 +0200
commit9893c1b215b0f45aaeea2dea6d74f845b250327e (patch)
tree898003535b51e20e5215304341731782b8999bf2 /app-portage
parentapp-editors/gedit-plugins: Update PYTHON_REQ_USE to xml(+) (diff)
downloadgentoo-9893c1b215b0f45aaeea2dea6d74f845b250327e.tar.gz
gentoo-9893c1b215b0f45aaeea2dea6d74f845b250327e.tar.bz2
gentoo-9893c1b215b0f45aaeea2dea6d74f845b250327e.zip
app-portage/mirrorselect: 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 'app-portage')
-rw-r--r--app-portage/mirrorselect/mirrorselect-2.2.6-r2.ebuild2
-rw-r--r--app-portage/mirrorselect/mirrorselect-2.3.0-r1.ebuild2
-rw-r--r--app-portage/mirrorselect/mirrorselect-9999.ebuild2
3 files changed, 3 insertions, 3 deletions
diff --git a/app-portage/mirrorselect/mirrorselect-2.2.6-r2.ebuild b/app-portage/mirrorselect/mirrorselect-2.2.6-r2.ebuild
index 7d28ebbe54c9..178d0c9af101 100644
--- a/app-portage/mirrorselect/mirrorselect-2.2.6-r2.ebuild
+++ b/app-portage/mirrorselect/mirrorselect-2.2.6-r2.ebuild
@@ -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
diff --git a/app-portage/mirrorselect/mirrorselect-2.3.0-r1.ebuild b/app-portage/mirrorselect/mirrorselect-2.3.0-r1.ebuild
index 063dbe74d8c3..9811c4382c98 100644
--- a/app-portage/mirrorselect/mirrorselect-2.3.0-r1.ebuild
+++ b/app-portage/mirrorselect/mirrorselect-2.3.0-r1.ebuild
@@ -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
diff --git a/app-portage/mirrorselect/mirrorselect-9999.ebuild b/app-portage/mirrorselect/mirrorselect-9999.ebuild
index b84d0b9c191a..16a255b5950c 100644
--- a/app-portage/mirrorselect/mirrorselect-9999.ebuild
+++ b/app-portage/mirrorselect/mirrorselect-9999.ebuild
@@ -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