diff options
author | t0b3 <thomas.bettler@gmail.com> | 2021-12-17 14:22:33 +0100 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2021-12-18 20:29:23 -0500 |
commit | 50586b856beae4b9af7839eef9559e2f9e72111e (patch) | |
tree | f1a271e19d8b3372e062302bb05b118785d14302 /net-libs | |
parent | net-im/telepathy-logger: add python 3.10 (diff) | |
download | gentoo-50586b856beae4b9af7839eef9559e2f9e72111e.tar.gz gentoo-50586b856beae4b9af7839eef9559e2f9e72111e.tar.bz2 gentoo-50586b856beae4b9af7839eef9559e2f9e72111e.zip |
net-libs/telepathy-glib: add python 3.10
Closes: https://bugs.gentoo.org/829464
Signed-off-by: t0b3 <thomas.bettler@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/23386
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'net-libs')
-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 241006fa8303..7f1d649611ab 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_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) VALA_MIN_API_VERSION="0.18" VALA_USE_DEPEND="vapigen" |