projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2f69a5
)
app-vim/vimoutliner: Remove py2.7 where possible
author
Michał Górny
<mgorny@gentoo.org>
Thu, 7 May 2020 13:13:00 +0000
(15:13 +0200)
committer
Michał Górny
<mgorny@gentoo.org>
Thu, 7 May 2020 13:18:13 +0000
(15:18 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
app-vim/vimoutliner/vimoutliner-0.3.6-r3.ebuild
patch
|
blob
|
history
diff --git
a/app-vim/vimoutliner/vimoutliner-0.3.6-r3.ebuild
b/app-vim/vimoutliner/vimoutliner-0.3.6-r3.ebuild
index 517d6a36c565213efd3ebedd8a95f39ce1cbf864..4bea6a6dc884e4be1f9bc89b340dd5b67b089b2c 100644
(file)
--- 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=( python
3_6
)
inherit vim-plugin python-single-r1