commit: 7d4e5b1c9483629d91e6b8eeb9d7df176f875de4
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 5 15:13:15 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb 5 15:29:05 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d4e5b1c
dev-python/jaraco-collections: Remove py2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/jaraco-collections/jaraco-collections-1.5.3-r1.ebuild | 2 +-
dev-python/jaraco-collections/jaraco-collections-2.1.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/jaraco-collections/jaraco-collections-1.5.3-r1.ebuild
b/dev-python/jaraco-collections/jaraco-collections-1.5.3-r1.ebuild
index ef88383b500..16373fd2e8e 100644
--- a/dev-python/jaraco-collections/jaraco-collections-1.5.3-r1.ebuild
+++ b/dev-python/jaraco-collections/jaraco-collections-1.5.3-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python{2_7,3_{6,7}} )
+PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1
diff --git a/dev-python/jaraco-collections/jaraco-collections-2.1.ebuild
b/dev-python/jaraco-collections/jaraco-collections-2.1.ebuild
index 521e7e3fbf1..e91d3ae0e64 100644
--- a/dev-python/jaraco-collections/jaraco-collections-2.1.ebuild
+++ b/dev-python/jaraco-collections/jaraco-collections-2.1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python{2_7,3_{6,7}} )
+PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1