app-vim/pydoc: Remove py2.7
authorMichał Górny <mgorny@gentoo.org>
Thu, 7 May 2020 13:12:36 +0000 (15:12 +0200)
committerMichał Górny <mgorny@gentoo.org>
Thu, 7 May 2020 13:18:12 +0000 (15:18 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
app-vim/pydoc/pydoc-2.0-r1.ebuild

index c77c331978394401cc622fa669949506d29e2a4b..db83486ae1acc189ff06be8344e3ecf4c596a9e1 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit vim-plugin python-single-r1