commit:     59343bb5b043083d8f0bf99ad1b32c17dff2371c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Sep  4 19:43:07 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Sep  7 07:51:52 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59343bb5

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 <AT> gentoo.org>

 dev-util/gprof2dot/gprof2dot-2019.11.30.ebuild    | 4 ++--
 dev-util/gprof2dot/gprof2dot-2021.02.21-r1.ebuild | 4 ++--
 dev-util/gprof2dot/gprof2dot-2021.02.21.ebuild    | 4 ++--
 dev-util/gprof2dot/gprof2dot-2022.07.29.ebuild    | 2 +-
 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
 

Reply via email to