diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-10-29 13:33:48 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-10-29 13:44:02 -0400 |
commit | 5ab05a26e70e38fcb4d4889ffde3f17462d5c72c (patch) | |
tree | 6e6d8a06d9807b066001447d661214e0eae60e54 | |
parent | net-libs/libmbim: Add Python 3.11 compatibility (diff) | |
download | gentoo-5ab05a26e70e38fcb4d4889ffde3f17462d5c72c.tar.gz gentoo-5ab05a26e70e38fcb4d4889ffde3f17462d5c72c.tar.bz2 gentoo-5ab05a26e70e38fcb4d4889ffde3f17462d5c72c.zip |
net-libs/telepathy-glib: Add Python 3.11 compatibility
Signed-off-by: Matt Turner <mattst88@gentoo.org>
-rw-r--r-- | net-libs/telepathy-glib/telepathy-glib-0.24.2.ebuild | 4 |
1 files changed, 1 insertions, 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 |