commit: cc63e3016697bc19bee1ed1bfb0cc6fc22e7a108
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu May 7 13:13:00 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu May 7 13:18:13 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc63e301
app-vim/vimoutliner: Remove py2.7 where possible
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-vim/vimoutliner/vimoutliner-0.3.6-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-vim/vimoutliner/vimoutliner-0.3.6-r3.ebuild
b/app-vim/vimoutliner/vimoutliner-0.3.6-r3.ebuild
index 517d6a36c56..4bea6a6dc88 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