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-vim/pydiction/
Date: Fri, 07 Jul 2017 09:20:19
Message-Id: 1499419206.d5719570b012a3e4e3aaa207f103122a8ea6c203.pacho@gentoo
1 commit: d5719570b012a3e4e3aaa207f103122a8ea6c203
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 7 09:12:47 2017 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 7 09:20:06 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5719570
7
8 app-vim/pydiction: Support newer python
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 app-vim/pydiction/pydiction-1.2.3-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-vim/pydiction/pydiction-1.2.3-r1.ebuild b/app-vim/pydiction/pydiction-1.2.3-r1.ebuild
16 index 9bd1173f0db..0e9e20b9d9b 100644
17 --- a/app-vim/pydiction/pydiction-1.2.3-r1.ebuild
18 +++ b/app-vim/pydiction/pydiction-1.2.3-r1.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=6
22
23 -PYTHON_COMPAT=( python2_7 python3_4 )
24 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
25
26 inherit vim-plugin python-r1