dev-vcs/gitg: add python3.6 compat
authorMart Raudsepp <leio@gentoo.org>
Sat, 7 Apr 2018 14:33:11 +0000 (17:33 +0300)
committerMart Raudsepp <leio@gentoo.org>
Sat, 7 Apr 2018 14:33:43 +0000 (17:33 +0300)
Works as well as with python3.4 (read: fails to actually import GitgExt override
with an assert failure). I would outright remove the python override support, as
there are no consumers of it, but that's a too big change for this revision and
we need to do something soon about libgit2-0.27 compat anyways..

Package-Manager: Portage-2.3.28, Repoman-2.3.9

dev-vcs/gitg/gitg-3.26.0.ebuild

index f438d41513fc548fd418434fdeb46d510bdb44cd..c9365256aab7ab3f0f26597faca0f07b8c8db923 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 GNOME2_LA_PUNT="yes"
-PYTHON_COMPAT=( python{3_4,3_5} )
+PYTHON_COMPAT=( python3_{4,5,6} )
 VALA_MIN_API_VERSION="0.32" # Needed when gtk+-3.20 is found
 
 inherit gnome2 pax-utils python-r1 vala