From: Mikle Kolyada Date: Sat, 4 Apr 2020 12:51:01 +0000 (+0300) Subject: app-vim/conque: drop py27 from compat X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=cc8a677a1c81e3e7f2e60b91376b4ac3b35e36df;p=gentoo.git app-vim/conque: drop py27 from compat Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Mikle Kolyada --- diff --git a/app-vim/conque/conque-2.3-r1.ebuild b/app-vim/conque/conque-2.3-r1.ebuild index ff3d95216cca..c4d72f0ec19a 100644 --- a/app-vim/conque/conque-2.3-r1.ebuild +++ b/app-vim/conque/conque-2.3-r1.ebuild @@ -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