public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/gprof2dot/
Date: Wed,  7 Sep 2022 07:52:50 +0000 (UTC)	[thread overview]
Message-ID: <1662537112.59343bb5b043083d8f0bf99ad1b32c17dff2371c.mgorny@gentoo> (raw)

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	other threads:[~2022-09-07  7:52 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-07  7:52 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-04-14 17:20 [gentoo-commits] repo/gentoo:master commit in: dev-util/gprof2dot/ Sebastian Pipping
2025-03-28 17:37 Sebastian Pipping
2025-03-28 17:37 Sebastian Pipping
2024-06-08 14:42 Sebastian Pipping
2024-06-05 20:52 Sebastian Pipping
2023-11-06 23:50 Sebastian Pipping
2023-03-27 19:21 Michał Górny
2023-03-27 19:21 Michał Górny
2022-11-29  0:43 Sebastian Pipping
2022-11-29  0:43 Sebastian Pipping
2022-08-10 21:29 Sebastian Pipping
2021-10-17 12:24 Sebastian Pipping
2021-02-21 23:04 Sebastian Pipping
2020-12-08 18:50 Sebastian Pipping
2020-10-18 19:39 Sebastian Pipping
2020-02-10 21:00 Michał Górny
2019-11-30 20:56 Sebastian Pipping
2017-09-19 18:00 Sebastian Pipping
2017-08-28 22:12 Sebastian Pipping
2017-04-24  9:31 Pacho Ramos
2017-04-20 20:48 David Seifert
2016-07-26  9:07 Benda XU
2015-09-01 19:31 Tobias Klausmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1662537112.59343bb5b043083d8f0bf99ad1b32c17dff2371c.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox