From cc63e3016697bc19bee1ed1bfb0cc6fc22e7a108 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Thu, 7 May 2020 15:13:00 +0200 Subject: app-vim/vimoutliner: Remove py2.7 where possible MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- app-vim/vimoutliner/vimoutliner-0.3.6-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app-vim') diff --git a/app-vim/vimoutliner/vimoutliner-0.3.6-r3.ebuild b/app-vim/vimoutliner/vimoutliner-0.3.6-r3.ebuild index 517d6a36c565..4bea6a6dc884 100644 --- a/app-vim/vimoutliner/vimoutliner-0.3.6-r3.ebuild +++ b/app-vim/vimoutliner/vimoutliner-0.3.6-r3.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit vim-plugin python-single-r1 -- cgit v1.2.3-65-gdbad