diff options
author | Pacho Ramos <pacho@gentoo.org> | 2017-07-07 11:11:37 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2017-07-07 11:20:05 +0200 |
commit | bbf078167bd885952497a08003e6b7ef560227fc (patch) | |
tree | e7c20bfc1f47a13c0107648a33f55abbaabee381 /app-vim | |
parent | dev-lang/spidermonkey: sparc stable wrt bug #619774 (diff) | |
download | gentoo-bbf078167bd885952497a08003e6b7ef560227fc.tar.gz gentoo-bbf078167bd885952497a08003e6b7ef560227fc.tar.bz2 gentoo-bbf078167bd885952497a08003e6b7ef560227fc.zip |
app-vim/conque: Support newer python
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/conque/conque-2.3-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-vim/conque/conque-2.3-r1.ebuild b/app-vim/conque/conque-2.3-r1.ebuild index 4f1af1afaf3e..93ff4281f401 100644 --- a/app-vim/conque/conque-2.3-r1.ebuild +++ b/app-vim/conque/conque-2.3-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" -PYTHON_COMPAT=( python{2_7,3_4} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) VIM_PLUGIN_VIM_VERSION="7.1" inherit python-single-r1 vim-plugin |