commit: 67e07b48a24f296c1e435871e2078d2eb1dde60b
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu May 7 13:13:12 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu May 7 13:18:15 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67e07b48
app-vim/vimpython: Remove py2.7
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-vim/vimpython/vimpython-1.13-r2.ebuild | 2 +-
app-vim/vimpython/vimpython-1.13-r3.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-vim/vimpython/vimpython-1.13-r2.ebuild
b/app-vim/vimpython/vimpython-1.13-r2.ebuild
index 0102860bded..2976870dc7b 100644
--- a/app-vim/vimpython/vimpython-1.13-r2.ebuild
+++ b/app-vim/vimpython/vimpython-1.13-r2.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
inherit vim-plugin python-single-r1
diff --git a/app-vim/vimpython/vimpython-1.13-r3.ebuild
b/app-vim/vimpython/vimpython-1.13-r3.ebuild
index 9f704f796eb..d7f3f5dee1b 100644
--- a/app-vim/vimpython/vimpython-1.13-r3.ebuild
+++ b/app-vim/vimpython/vimpython-1.13-r3.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python{2_7,3_{6,7,8}} )
+PYTHON_COMPAT=( python3_{6,7,8} )
inherit vim-plugin python-single-r1