commit: acebcf612c27d9ccd1132eaa889e6fe88818acbc Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Thu Feb 3 06:11:36 2022 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Thu Feb 3 06:20:43 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acebcf61
net-libs/telepathy-glib: Depend on dev-lang/python[xml] Closes: https://bugs.gentoo.org/831495 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> net-libs/telepathy-glib/telepathy-glib-0.24.2.ebuild | 3 ++- 1 file changed, 2 insertions(+), 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 7f1d649611ab..b640178ba851 100644 --- a/net-libs/telepathy-glib/telepathy-glib-0.24.2.ebuild +++ b/net-libs/telepathy-glib/telepathy-glib-0.24.2.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 +PYTHON_REQ_USE="xml" PYTHON_COMPAT=( python3_{8..10} ) VALA_MIN_API_VERSION="0.18" VALA_USE_DEPEND="vapigen"
