diff options
author | Pacho Ramos <pacho@gentoo.org> | 2018-06-27 20:27:38 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2018-06-27 21:29:27 +0200 |
commit | fa2acd4a8946e263e3b42e54e7e8feda4090feb8 (patch) | |
tree | 357df2ffb3e9911692612fa31dad62a70b1cd264 /app-arch/vimball | |
parent | app-vim/jedi: Support python3.6 (diff) | |
download | gentoo-fa2acd4a8946e263e3b42e54e7e8feda4090feb8.tar.gz gentoo-fa2acd4a8946e263e3b42e54e7e8feda4090feb8.tar.bz2 gentoo-fa2acd4a8946e263e3b42e54e7e8feda4090feb8.zip |
app-arch/vimball: Support python3.6
Package-Manager: Portage-2.3.41, Repoman-2.3.9
Diffstat (limited to 'app-arch/vimball')
-rw-r--r-- | app-arch/vimball/vimball-0.5.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-arch/vimball/vimball-0.5.1.ebuild b/app-arch/vimball/vimball-0.5.1.ebuild index 9cdd63e021ad..9876af4ce01e 100644 --- a/app-arch/vimball/vimball-0.5.1.ebuild +++ b/app-arch/vimball/vimball-0.5.1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python{3_4,3_5} ) +PYTHON_COMPAT=( python{3_4,3_5,3_6} ) inherit distutils-r1 if [[ ${PV} == *9999 ]] ; then |