Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/gedit/
Date: Sat, 09 Dec 2017 19:40:42
Message-Id: 1512848296.6d222711b262bcf4a033e97020cb095c2727b346.pacho@gentoo
1 commit: 6d222711b262bcf4a033e97020cb095c2727b346
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 9 19:25:10 2017 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 9 19:38:16 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d222711
7
8 app-editors/gedit: Add support for newer python
9
10 Package-Manager: Portage-2.3.16, Repoman-2.3.6
11
12 app-editors/gedit/gedit-3.22.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-editors/gedit/gedit-3.22.1.ebuild b/app-editors/gedit/gedit-3.22.1.ebuild
16 index e931e8b99a0..c581e842d97 100644
17 --- a/app-editors/gedit/gedit-3.22.1.ebuild
18 +++ b/app-editors/gedit/gedit-3.22.1.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI="6"
22 GNOME2_LA_PUNT="yes" # plugins are dlopened
23 -PYTHON_COMPAT=( python3_{4,5} )
24 +PYTHON_COMPAT=( python3_{4,5,6} )
25 VALA_MIN_API_VERSION="0.26"
26 VALA_USE_DEPEND="vapigen"