commit: 92ce601c1d6618d33749305c7fe30f124d59de87
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 19 17:31:09 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Mar 19 17:48:50 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92ce601c
dev-python/apsw: Remove py2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/apsw/apsw-3.23.1_p1.ebuild | 2 +-
dev-python/apsw/apsw-3.25.2_p1.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/apsw/apsw-3.23.1_p1.ebuild
b/dev-python/apsw/apsw-3.23.1_p1.ebuild
index 81ea4e3a0d6..80080179b0f 100644
--- a/dev-python/apsw/apsw-3.23.1_p1.ebuild
+++ b/dev-python/apsw/apsw-3.23.1_p1.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} )
+PYTHON_COMPAT=( python3_6 )
inherit distutils-r1 flag-o-matic
diff --git a/dev-python/apsw/apsw-3.25.2_p1.ebuild
b/dev-python/apsw/apsw-3.25.2_p1.ebuild
index 7246ac0d452..1cf99192922 100644
--- a/dev-python/apsw/apsw-3.25.2_p1.ebuild
+++ b/dev-python/apsw/apsw-3.25.2_p1.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 flag-o-matic