summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-09-04 21:43:07 +0200
committerMichał Górny <mgorny@gentoo.org>2022-09-07 09:51:52 +0200
commit59343bb5b043083d8f0bf99ad1b32c17dff2371c (patch)
tree7026c95b3667be5fdcbefa0b3ae9e5e57071f77c /dev-util/gprof2dot
parentapp-text/xlsx2csv: Update PYTHON_REQ_USE to xml(+) (diff)
downloadgentoo-59343bb5b043083d8f0bf99ad1b32c17dff2371c.tar.gz
gentoo-59343bb5b043083d8f0bf99ad1b32c17dff2371c.tar.bz2
gentoo-59343bb5b043083d8f0bf99ad1b32c17dff2371c.zip
dev-util/gprof2dot: 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 'dev-util/gprof2dot')
-rw-r--r--dev-util/gprof2dot/gprof2dot-2019.11.30.ebuild4
-rw-r--r--dev-util/gprof2dot/gprof2dot-2021.02.21-r1.ebuild4
-rw-r--r--dev-util/gprof2dot/gprof2dot-2021.02.21.ebuild4
-rw-r--r--dev-util/gprof2dot/gprof2dot-2022.07.29.ebuild2
4 files changed, 7 insertions, 7 deletions
diff --git a/dev-util/gprof2dot/gprof2dot-2019.11.30.ebuild b/dev-util/gprof2dot/gprof2dot-2019.11.30.ebuild
index b4335d933bdb..c06fb1a428eb 100644
--- a/dev-util/gprof2dot/gprof2dot-2019.11.30.ebuild
+++ b/dev-util/gprof2dot/gprof2dot-2019.11.30.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2020 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(+)'
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1
diff --git a/dev-util/gprof2dot/gprof2dot-2021.02.21-r1.ebuild b/dev-util/gprof2dot/gprof2dot-2021.02.21-r1.ebuild
index 877e56b88b78..4be4d1a4eb84 100644
--- a/dev-util/gprof2dot/gprof2dot-2021.02.21-r1.ebuild
+++ b/dev-util/gprof2dot/gprof2dot-2021.02.21-r1.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_{7..10} )
-PYTHON_REQ_USE='xml'
+PYTHON_REQ_USE='xml(+)'
inherit distutils-r1
diff --git a/dev-util/gprof2dot/gprof2dot-2021.02.21.ebuild b/dev-util/gprof2dot/gprof2dot-2021.02.21.ebuild
index acd56059218a..c06fb1a428eb 100644
--- a/dev-util/gprof2dot/gprof2dot-2021.02.21.ebuild
+++ b/dev-util/gprof2dot/gprof2dot-2021.02.21.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_{7..9} )
-PYTHON_REQ_USE='xml'
+PYTHON_REQ_USE='xml(+)'
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1
diff --git a/dev-util/gprof2dot/gprof2dot-2022.07.29.ebuild b/dev-util/gprof2dot/gprof2dot-2022.07.29.ebuild
index f488c858ed67..5c3acb5f936a 100644
--- a/dev-util/gprof2dot/gprof2dot-2022.07.29.ebuild
+++ b/dev-util/gprof2dot/gprof2dot-2022.07.29.ebuild
@@ -4,7 +4,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
-PYTHON_REQ_USE='xml'
+PYTHON_REQ_USE='xml(+)'
inherit distutils-r1