commit:     89e8fc2621cc2c565a6f7661211d8a011ad0c270
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Thu Apr  5 15:30:21 2018 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Thu Apr  5 17:44:10 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89e8fc26

gnome-extra/gnome-builder: add python3.6 compat

jedi plugin is broken, but that's incompatibility with jedi-0.10+, not
python version related. To be fixed in a revbump instead as I could
use it before I can get to 3.26 yet.

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 gnome-extra/gnome-builder/gnome-builder-3.24.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/gnome-builder/gnome-builder-3.24.2.ebuild 
b/gnome-extra/gnome-builder/gnome-builder-3.24.2.ebuild
index 068bcd9b9e4..fc35c2c3eb4 100644
--- a/gnome-extra/gnome-builder/gnome-builder-3.24.2.ebuild
+++ b/gnome-extra/gnome-builder/gnome-builder-3.24.2.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{3_4,3_5} )
+PYTHON_COMPAT=( python3_{4,5,6} )
 VALA_MIN_API_VERSION="0.30"
 VALA_USE_DEPEND="vapigen"
 DISABLE_AUTOFORMATTING=1

Reply via email to