commit: 50586b856beae4b9af7839eef9559e2f9e72111e Author: t0b3 <thomas.bettler <AT> gmail <DOT> com> AuthorDate: Fri Dec 17 13:22:33 2021 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Sun Dec 19 01:29:23 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50586b85
net-libs/telepathy-glib: add python 3.10 Closes: https://bugs.gentoo.org/829464 Signed-off-by: t0b3 <thomas.bettler <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/23386 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> net-libs/telepathy-glib/telepathy-glib-0.24.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 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 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"
