commit: 34fe214b355612fa31f11f39fcd8e5ff90cb7f40
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 5 19:40:10 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb 5 19:53:14 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34fe214b
dev-python/pyocr: Remove py2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pyocr/pyocr-0.5.3.ebuild | 2 +-
dev-python/pyocr/pyocr-0.6.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/pyocr/pyocr-0.5.3.ebuild
b/dev-python/pyocr/pyocr-0.5.3.ebuild
index 04c7d4119fb..3d3deb7c592 100644
--- a/dev-python/pyocr/pyocr-0.5.3.ebuild
+++ b/dev-python/pyocr/pyocr-0.5.3.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/pyocr/pyocr-0.6.ebuild
b/dev-python/pyocr/pyocr-0.6.ebuild
index e04aa833ed0..3ba44f6491c 100644
--- a/dev-python/pyocr/pyocr-0.6.ebuild
+++ b/dev-python/pyocr/pyocr-0.6.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