diff options
author | Pacho Ramos <pacho@gentoo.org> | 2018-06-27 20:28:06 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2018-06-27 21:29:30 +0200 |
commit | 4919713e4fe07be2926a41a4d634e30e97761576 (patch) | |
tree | 3f4430675bf0b0f303a0926e1c64a640f63b26a2 /app-vim/pyclewn | |
parent | app-arch/vimball: Support python3.6 (diff) | |
download | gentoo-4919713e4fe07be2926a41a4d634e30e97761576.tar.gz gentoo-4919713e4fe07be2926a41a4d634e30e97761576.tar.bz2 gentoo-4919713e4fe07be2926a41a4d634e30e97761576.zip |
app-vim/pyclewn: Support python3.6
Package-Manager: Portage-2.3.41, Repoman-2.3.9
Diffstat (limited to 'app-vim/pyclewn')
-rw-r--r-- | app-vim/pyclewn/pyclewn-2.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-vim/pyclewn/pyclewn-2.1-r1.ebuild b/app-vim/pyclewn/pyclewn-2.1-r1.ebuild index 63b9b959aa2b..403ecdc6fe16 100644 --- a/app-vim/pyclewn/pyclewn-2.1-r1.ebuild +++ b/app-vim/pyclewn/pyclewn-2.1-r1.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit eutils vim-plugin distutils-r1 |