commit: d5719570b012a3e4e3aaa207f103122a8ea6c203
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 7 09:12:47 2017 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Fri Jul 7 09:20:06 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5719570
app-vim/pydiction: Support newer python
Package-Manager: Portage-2.3.6, Repoman-2.3.2
app-vim/pydiction/pydiction-1.2.3-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-vim/pydiction/pydiction-1.2.3-r1.ebuild
b/app-vim/pydiction/pydiction-1.2.3-r1.ebuild
index 9bd1173f0db..0e9e20b9d9b 100644
--- a/app-vim/pydiction/pydiction-1.2.3-r1.ebuild
+++ b/app-vim/pydiction/pydiction-1.2.3-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_4 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
inherit vim-plugin python-r1