Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-builder/
Date: Thu, 05 Apr 2018 17:47:12
Message-Id: 1522950250.89e8fc2621cc2c565a6f7661211d8a011ad0c270.leio@gentoo
1 commit: 89e8fc2621cc2c565a6f7661211d8a011ad0c270
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 5 15:30:21 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 5 17:44:10 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89e8fc26
7
8 gnome-extra/gnome-builder: add python3.6 compat
9
10 jedi plugin is broken, but that's incompatibility with jedi-0.10+, not
11 python version related. To be fixed in a revbump instead as I could
12 use it before I can get to 3.26 yet.
13
14 Package-Manager: Portage-2.3.28, Repoman-2.3.9
15
16 gnome-extra/gnome-builder/gnome-builder-3.24.2.ebuild | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/gnome-extra/gnome-builder/gnome-builder-3.24.2.ebuild b/gnome-extra/gnome-builder/gnome-builder-3.24.2.ebuild
20 index 068bcd9b9e4..fc35c2c3eb4 100644
21 --- a/gnome-extra/gnome-builder/gnome-builder-3.24.2.ebuild
22 +++ b/gnome-extra/gnome-builder/gnome-builder-3.24.2.ebuild
23 @@ -2,7 +2,7 @@
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 -PYTHON_COMPAT=( python{3_4,3_5} )
28 +PYTHON_COMPAT=( python3_{4,5,6} )
29 VALA_MIN_API_VERSION="0.30"
30 VALA_USE_DEPEND="vapigen"
31 DISABLE_AUTOFORMATTING=1