diff options
author | 2022-09-04 21:43:18 +0200 | |
---|---|---|
committer | 2022-09-07 09:52:01 +0200 | |
commit | a3e124249e8c3b557d919ddcbf1ca0d4539dc3b6 (patch) | |
tree | 11e95c95be3673a0c9bec907d7a7bb4caa9091ba /net-libs/telepathy-glib | |
parent | net-libs/gupnp: Update PYTHON_REQ_USE to xml(+) (diff) | |
download | gentoo-a3e124249e8c3b557d919ddcbf1ca0d4539dc3b6.tar.gz gentoo-a3e124249e8c3b557d919ddcbf1ca0d4539dc3b6.tar.bz2 gentoo-a3e124249e8c3b557d919ddcbf1ca0d4539dc3b6.zip |
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@gentoo.org>
Diffstat (limited to 'net-libs/telepathy-glib')
-rw-r--r-- | net-libs/telepathy-glib/telepathy-glib-0.24.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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" |