commit: b32f873f4d39ab600f0a20f4b545cf4d084226ba
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 2 15:18:12 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 2 15:34:27 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b32f873f
dev-python/dill: Remove py2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/dill/dill-0.2.5.ebuild | 2 +-
dev-python/dill/dill-0.3.0.ebuild | 2 +-
dev-python/dill/dill-0.3.1.1.ebuild | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-python/dill/dill-0.2.5.ebuild
b/dev-python/dill/dill-0.2.5.ebuild
index fed37739e48..98b1dd978b6 100644
--- a/dev-python/dill/dill-0.2.5.ebuild
+++ b/dev-python/dill/dill-0.2.5.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1
diff --git a/dev-python/dill/dill-0.3.0.ebuild
b/dev-python/dill/dill-0.3.0.ebuild
index c65d45eab49..6f550ad0469 100644
--- a/dev-python/dill/dill-0.3.0.ebuild
+++ b/dev-python/dill/dill-0.3.0.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1
diff --git a/dev-python/dill/dill-0.3.1.1.ebuild
b/dev-python/dill/dill-0.3.1.1.ebuild
index ec2d5b67f69..b1e50f229a0 100644
--- a/dev-python/dill/dill-0.3.1.1.ebuild
+++ b/dev-python/dill/dill-0.3.1.1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1