Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/gupnp/
Date: Wed, 07 Sep 2022 07:52:56
Message-Id: 1662537120.d8b493f786adfb4b69ae502461ee8b60df449e4e.mgorny@gentoo
1 commit: d8b493f786adfb4b69ae502461ee8b60df449e4e
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 4 19:43:17 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 7 07:52:00 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8b493f7
7
8 net-libs/gupnp: Update PYTHON_REQ_USE to xml(+)
9
10 Update PYTHON_REQ_USE to specify "xml(+)", as Python 3.11 no longer
11 features the "xml" flag.
12
13 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
14
15 net-libs/gupnp/gupnp-1.4.3.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/net-libs/gupnp/gupnp-1.4.3.ebuild b/net-libs/gupnp/gupnp-1.4.3.ebuild
19 index 3eedfc589df6..fd0322db488d 100644
20 --- a/net-libs/gupnp/gupnp-1.4.3.ebuild
21 +++ b/net-libs/gupnp/gupnp-1.4.3.ebuild
22 @@ -4,7 +4,7 @@
23 EAPI="7"
24 VALA_USE_DEPEND="vapigen"
25 PYTHON_COMPAT=( python3_{7..10} )
26 -PYTHON_REQ_USE="xml"
27 +PYTHON_REQ_USE="xml(+)"
28
29 inherit gnome.org meson-multilib python-single-r1 vala xdg