diff options
author | Pacho Ramos <pacho@gentoo.org> | 2017-07-07 11:12:47 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2017-07-07 11:20:06 +0200 |
commit | d5719570b012a3e4e3aaa207f103122a8ea6c203 (patch) | |
tree | ffc190204f0e466ddfa27f911c3cbda685cec3ee /app-vim | |
parent | app-vim/conque: Support newer python (diff) | |
download | gentoo-d5719570b012a3e4e3aaa207f103122a8ea6c203.tar.gz gentoo-d5719570b012a3e4e3aaa207f103122a8ea6c203.tar.bz2 gentoo-d5719570b012a3e4e3aaa207f103122a8ea6c203.zip |
app-vim/pydiction: Support newer python
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/pydiction/pydiction-1.2.3-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-vim/pydiction/pydiction-1.2.3-r1.ebuild b/app-vim/pydiction/pydiction-1.2.3-r1.ebuild index 9bd1173f0db0..0e9e20b9d9ba 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 |