app-vim/vimoutliner: Remove py2.7 where possible
authorMichał Górny <mgorny@gentoo.org>
Thu, 7 May 2020 13:13:00 +0000 (15:13 +0200)
committerMichał 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

index 517d6a36c565213efd3ebedd8a95f39ce1cbf864..4bea6a6dc884e4be1f9bc89b340dd5b67b089b2c 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit vim-plugin python-single-r1