app-vim/conque: drop py27 from compat
authorMikle Kolyada <zlogene@gentoo.org>
Sat, 4 Apr 2020 12:51:01 +0000 (15:51 +0300)
committerMikle Kolyada <zlogene@gentoo.org>
Sat, 4 Apr 2020 12:51:01 +0000 (15:51 +0300)
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
app-vim/conque/conque-2.3-r1.ebuild

index ff3d95216cca14735c85cadb64b8b06aa70dcf81..c4d72f0ec19a43e2e65f015543f8de012d5ab68d 100644 (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