summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-05-07 15:13:00 +0200
committerMichał Górny <mgorny@gentoo.org>2020-05-07 15:18:13 +0200
commitcc63e3016697bc19bee1ed1bfb0cc6fc22e7a108 (patch)
treee825354bdd3277513552799fcaec75d22f4921f5
parentapp-vim/pydoc: Remove py2.7 (diff)
downloadgentoo-cc63e301.tar.gz
gentoo-cc63e301.tar.bz2
gentoo-cc63e301.zip
app-vim/vimoutliner: Remove py2.7 where possible
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--app-vim/vimoutliner/vimoutliner-0.3.6-r3.ebuild2
1 files changed, 1 insertions, 1 deletions
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