commit: d5ee16ee2229ef5c711192d0b28962269fcd027b
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 28 13:30:33 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Mar 28 13:33:59 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5ee16ee
dev-python/cliff: Remove py2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/cliff/cliff-2.12.0-r2.ebuild | 2 +-
dev-python/cliff/cliff-2.12.0.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/cliff/cliff-2.12.0-r2.ebuild
b/dev-python/cliff/cliff-2.12.0-r2.ebuild
index ad16b17bab6..a1af7fb8e25 100644
--- a/dev-python/cliff/cliff-2.12.0-r2.ebuild
+++ b/dev-python/cliff/cliff-2.12.0-r2.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_6,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7} )
VIRTUALX_REQUIRED="test"
inherit distutils-r1 virtualx
diff --git a/dev-python/cliff/cliff-2.12.0.ebuild
b/dev-python/cliff/cliff-2.12.0.ebuild
index c22026b4152..fcd3f69df19 100644
--- a/dev-python/cliff/cliff-2.12.0.ebuild
+++ b/dev-python/cliff/cliff-2.12.0.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_6,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7} )
inherit distutils-r1