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