diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-05-07 15:13:00 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-05-07 15:18:13 +0200 |
commit | cc63e3016697bc19bee1ed1bfb0cc6fc22e7a108 (patch) | |
tree | e825354bdd3277513552799fcaec75d22f4921f5 /app-vim | |
parent | app-vim/pydoc: Remove py2.7 (diff) | |
download | gentoo-cc63e3016697bc19bee1ed1bfb0cc6fc22e7a108.tar.gz gentoo-cc63e3016697bc19bee1ed1bfb0cc6fc22e7a108.tar.bz2 gentoo-cc63e3016697bc19bee1ed1bfb0cc6fc22e7a108.zip |
app-vim/vimoutliner: Remove py2.7 where possible
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/vimoutliner/vimoutliner-0.3.6-r3.ebuild | 2 |
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 |