From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BE9D4138350 for ; Sun, 19 Apr 2020 12:25:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 39C2EE0AE4; Sun, 19 Apr 2020 12:25:46 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 25F98E0AE4 for ; Sun, 19 Apr 2020 12:25:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4982E34F0A0 for ; Sun, 19 Apr 2020 12:25:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B368F1E2 for ; Sun, 19 Apr 2020 12:25:43 +0000 (UTC) From: "Bernard Cafarelli" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Bernard Cafarelli" Message-ID: <1587299120.e22bf92b9aff1309236b9dc144aa721d189519d2.voyageur@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyocr/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyocr/pyocr-0.7.2.ebuild X-VCS-Directories: dev-python/pyocr/ X-VCS-Committer: voyageur X-VCS-Committer-Name: Bernard Cafarelli X-VCS-Revision: e22bf92b9aff1309236b9dc144aa721d189519d2 X-VCS-Branch: master Date: Sun, 19 Apr 2020 12:25:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 66847885-87ee-469e-b1c2-3d9728408ec4 X-Archives-Hash: 1ce0c15b7c81f5c3c2731673eb7cd867 commit: e22bf92b9aff1309236b9dc144aa721d189519d2 Author: Bernard Cafarelli gentoo org> AuthorDate: Sun Apr 19 12:13:36 2020 +0000 Commit: Bernard Cafarelli gentoo org> CommitDate: Sun Apr 19 12:25:20 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e22bf92b dev-python/pyocr: update python version Tested with paperwork Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Bernard Cafarelli gentoo.org> dev-python/pyocr/pyocr-0.7.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pyocr/pyocr-0.7.2.ebuild b/dev-python/pyocr/pyocr-0.7.2.ebuild index 5c9f5232af7..61bf3561dff 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