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 18F90138350 for ; Thu, 16 Apr 2020 18:28:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 03F08E0B34; Thu, 16 Apr 2020 18:28:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 C9938E0B34 for ; Thu, 16 Apr 2020 18:28:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 6F3E034F132 for ; Thu, 16 Apr 2020 18:28:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4FCA31C8 for ; Thu, 16 Apr 2020 18:28:11 +0000 (UTC) From: "Alarig Le Lay" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alarig Le Lay" Message-ID: <1587061673.a26fc1f9666f03e98fac54d4033167f6eea1a88c.AlarigLeLay@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-text/OCRmyPDF/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-text/OCRmyPDF/OCRmyPDF-9.7.2.ebuild X-VCS-Directories: app-text/OCRmyPDF/ X-VCS-Committer: AlarigLeLay X-VCS-Committer-Name: Alarig Le Lay X-VCS-Revision: a26fc1f9666f03e98fac54d4033167f6eea1a88c X-VCS-Branch: dev Date: Thu, 16 Apr 2020 18:28:11 +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: 6f9f59be-5e69-4953-a65d-6d1a84cd6097 X-Archives-Hash: 7d85f676ee93f499d6092a2eb0ee08b6 commit: a26fc1f9666f03e98fac54d4033167f6eea1a88c Author: Alarig Le Lay swordarmor fr> AuthorDate: Thu Apr 16 18:27:53 2020 +0000 Commit: Alarig Le Lay swordarmor fr> CommitDate: Thu Apr 16 18:27:53 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a26fc1f9 app-text/OCRmyPDF: Newer dev-python/pdfminer-six dep See https://github.com/jbarlow83/OCRmyPDF/blob/v9.7.2/setup.py#L101 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Alarig Le Lay swordarmor.fr> app-text/OCRmyPDF/OCRmyPDF-9.7.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/OCRmyPDF/OCRmyPDF-9.7.2.ebuild b/app-text/OCRmyPDF/OCRmyPDF-9.7.2.ebuild index b397cce..ef648cf 100644 --- a/app-text/OCRmyPDF/OCRmyPDF-9.7.2.ebuild +++ b/app-text/OCRmyPDF/OCRmyPDF-9.7.2.ebuild @@ -31,7 +31,7 @@ RDEPEND=" app-text/ghostscript-gpl app-text/tesseract app-text/unpaper - <=dev-python/pdfminer-six-20200124[${PYTHON_USEDEP}] + <=dev-python/pdfminer-six-20200402[${PYTHON_USEDEP}] >=dev-python/pdfminer-six-20181108[${PYTHON_USEDEP}] dev-python/pikepdf[${PYTHON_USEDEP}] dev-python/pillow[${PYTHON_USEDEP}]