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/telepathy-glib/
Date: Wed, 07 Sep 2022 07:52:57
Message-Id: 1662537121.a3e124249e8c3b557d919ddcbf1ca0d4539dc3b6.mgorny@gentoo
1 commit: a3e124249e8c3b557d919ddcbf1ca0d4539dc3b6
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 4 19:43:18 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 7 07:52:01 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3e12424
7
8 net-libs/telepathy-glib: 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/telepathy-glib/telepathy-glib-0.24.2.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/net-libs/telepathy-glib/telepathy-glib-0.24.2.ebuild b/net-libs/telepathy-glib/telepathy-glib-0.24.2.ebuild
19 index b640178ba851..1d2660d924e3 100644
20 --- a/net-libs/telepathy-glib/telepathy-glib-0.24.2.ebuild
21 +++ b/net-libs/telepathy-glib/telepathy-glib-0.24.2.ebuild
22 @@ -3,7 +3,7 @@
23
24 EAPI=7
25
26 -PYTHON_REQ_USE="xml"
27 +PYTHON_REQ_USE="xml(+)"
28 PYTHON_COMPAT=( python3_{8..10} )
29 VALA_MIN_API_VERSION="0.18"
30 VALA_USE_DEPEND="vapigen"