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-plugins/
Date: Sat, 09 Dec 2017 19:40:42
Message-Id: 1512848298.4cd741c4c06a7a4e379992f20b26b9761d917485.pacho@gentoo
1 commit: 4cd741c4c06a7a4e379992f20b26b9761d917485
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 9 19:26:25 2017 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 9 19:38:18 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cd741c4
7
8 app-editors/gedit-plugins: Add support for newer python
9
10 Package-Manager: Portage-2.3.16, Repoman-2.3.6
11
12 app-editors/gedit-plugins/gedit-plugins-3.22.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-editors/gedit-plugins/gedit-plugins-3.22.0.ebuild b/app-editors/gedit-plugins/gedit-plugins-3.22.0.ebuild
16 index fdf3fe79fda..e9e6e28248f 100644
17 --- a/app-editors/gedit-plugins/gedit-plugins-3.22.0.ebuild
18 +++ b/app-editors/gedit-plugins/gedit-plugins-3.22.0.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 PYTHON_REQ_USE="xml"
26 VALA_MIN_API_VERSION="0.28"