commit: aa3b202165e0ccad1c488d066cfa4886e9eacbcf
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 16 13:11:36 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Dec 16 13:19:56 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa3b2021
dev-libs/libgit2-glib: Allow py3.9
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-libs/libgit2-glib/libgit2-glib-0.99.0.1-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/libgit2-glib/libgit2-glib-0.99.0.1-r2.ebuild
b/dev-libs/libgit2-glib/libgit2-glib-0.99.0.1-r2.ebuild
index 79daf76d9c9..28d25795104 100644
--- a/dev-libs/libgit2-glib/libgit2-glib-0.99.0.1-r2.ebuild
+++ b/dev-libs/libgit2-glib/libgit2-glib-0.99.0.1-r2.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python{3_6,3_7,3_8} )
+PYTHON_COMPAT=( python3_{6..9} )
VALA_USE_DEPEND="vapigen"
inherit gnome.org meson python-r1 vala xdg