commit: 5ab05a26e70e38fcb4d4889ffde3f17462d5c72c
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 29 17:33:48 2022 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Oct 29 17:44:02 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ab05a26
net-libs/telepathy-glib: Add Python 3.11 compatibility
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
net-libs/telepathy-glib/telepathy-glib-0.24.2.ebuild | 4 +---
1 file changed, 1 insertion(+), 3 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 1d2660d924e3..2ec67e1d4063 100644
--- a/net-libs/telepathy-glib/telepathy-glib-0.24.2.ebuild
+++ b/net-libs/telepathy-glib/telepathy-glib-0.24.2.ebuild
@@ -4,9 +4,7 @@
EAPI=7
PYTHON_REQ_USE="xml(+)"
-PYTHON_COMPAT=( python3_{8..10} )
-VALA_MIN_API_VERSION="0.18"
-VALA_USE_DEPEND="vapigen"
+PYTHON_COMPAT=( python3_{8..11} )
inherit gnome2 python-any-r1 vala virtualx