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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AF5AE158094 for ; Thu, 23 Jun 2022 05:20:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C2428E0B3B; Thu, 23 Jun 2022 05:20:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9C799E0B3B for ; Thu, 23 Jun 2022 05:20:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 45D9E341B54 for ; Thu, 23 Jun 2022 05:20:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C4B23510 for ; Thu, 23 Jun 2022 05:19:58 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1655961406.1fcdcc8c88c02b6d7232c14f172b1b21c0020216.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/calibre/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/calibre/calibre-5.44.0-r1.ebuild app-text/calibre/calibre-5.44.0.ebuild X-VCS-Directories: app-text/calibre/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1fcdcc8c88c02b6d7232c14f172b1b21c0020216 X-VCS-Branch: master Date: Thu, 23 Jun 2022 05:19:58 +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: 2e0024a5-4943-4715-9b18-dd7857482c5b X-Archives-Hash: 525ee8077499030442feaac4dbd79a13 commit: 1fcdcc8c88c02b6d7232c14f172b1b21c0020216 Author: Sam James gentoo org> AuthorDate: Thu Jun 23 05:16:46 2022 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jun 23 05:16:46 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fcdcc8c app-text/calibre: fix pillow dep Closes: https://bugs.gentoo.org/823476 Signed-off-by: Sam James gentoo.org> app-text/calibre/{calibre-5.44.0.ebuild => calibre-5.44.0-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/calibre/calibre-5.44.0.ebuild b/app-text/calibre/calibre-5.44.0-r1.ebuild similarity index 99% rename from app-text/calibre/calibre-5.44.0.ebuild rename to app-text/calibre/calibre-5.44.0-r1.ebuild index f3484c057923..ef3d30c83df3 100644 --- a/app-text/calibre/calibre-5.44.0.ebuild +++ b/app-text/calibre/calibre-5.44.0-r1.ebuild @@ -68,7 +68,7 @@ COMMON_DEPEND="${PYTHON_DEPS} >=dev-python/mechanize-0.3.5[${PYTHON_USEDEP}] >=dev-python/msgpack-0.6.2[${PYTHON_USEDEP}] >=dev-python/netifaces-0.10.5[${PYTHON_USEDEP}] - >=dev-python/pillow-3.2.0[${PYTHON_USEDEP}] + >=dev-python/pillow-3.2.0[truetype,${PYTHON_USEDEP}] >=dev-python/psutil-4.3.0[${PYTHON_USEDEP}] >=dev-python/pychm-0.8.6[${PYTHON_USEDEP}] dev-python/pycryptodome[${PYTHON_USEDEP}]