From: Bernard Cafarelli Date: Sun, 19 Apr 2020 12:13:36 +0000 (+0200) Subject: dev-python/pyocr: update python version X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e22bf92b9aff1309236b9dc144aa721d189519d2;p=gentoo.git dev-python/pyocr: update python version Tested with paperwork Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Bernard Cafarelli --- diff --git a/dev-python/pyocr/pyocr-0.7.2.ebuild b/dev-python/pyocr/pyocr-0.7.2.ebuild index 5c9f5232af77..61bf3561dff9 100644 --- a/dev-python/pyocr/pyocr-0.7.2.ebuild +++ b/dev-python/pyocr/pyocr-0.7.2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1