app-vim/conque: drop py27 from compat

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
This commit is contained in:
Mikle Kolyada
2020-04-04 15:51:01 +03:00
parent a4b5f65b3e
commit cc8a677a1c

View File

@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
PYTHON_COMPAT=( python{2_7,3_6} )
PYTHON_COMPAT=( python3_6 )
VIM_PLUGIN_VIM_VERSION="7.1"
inherit python-single-r1 vim-plugin