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 DDE91158086 for ; Sat, 13 Nov 2021 04:00:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D8FC12BC036; Sat, 13 Nov 2021 04:00:13 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6432A2BC001 for ; Sat, 13 Nov 2021 04:00:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 50D5D342ABC for ; Sat, 13 Nov 2021 04:00:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 726971BC for ; Sat, 13 Nov 2021 04:00:09 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1636776003.f925d59f8f6079ba7eed5568d2846faf6361e8c1.zmedico@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.32.0-r1.ebuild app-text/calibre/calibre-5.32.0.ebuild X-VCS-Directories: app-text/calibre/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: f925d59f8f6079ba7eed5568d2846faf6361e8c1 X-VCS-Branch: master Date: Sat, 13 Nov 2021 04:00:09 +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: 9244c3a0-c77f-41a7-abb7-e3abb0e7d489 X-Archives-Hash: 4e9866f007762a5beba6f1c2d3fd86e2 commit: f925d59f8f6079ba7eed5568d2846faf6361e8c1 Author: Zac Medico gentoo org> AuthorDate: Sat Nov 13 03:57:46 2021 +0000 Commit: Zac Medico gentoo org> CommitDate: Sat Nov 13 04:00:03 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f925d59f app-text/calibre: Add cchardet dep Closes: https://bugs.gentoo.org/823443 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Zac Medico gentoo.org> app-text/calibre/{calibre-5.32.0.ebuild => calibre-5.32.0-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/app-text/calibre/calibre-5.32.0.ebuild b/app-text/calibre/calibre-5.32.0-r1.ebuild similarity index 99% rename from app-text/calibre/calibre-5.32.0.ebuild rename to app-text/calibre/calibre-5.32.0-r1.ebuild index 1f125019250..eff0c6105c0 100644 --- a/app-text/calibre/calibre-5.32.0.ebuild +++ b/app-text/calibre/calibre-5.32.0-r1.ebuild @@ -52,6 +52,7 @@ COMMON_DEPEND="${PYTHON_DEPS} app-accessibility/speech-dispatcher[python,${PYTHON_USEDEP}] >=dev-python/apsw-3.25.2_p1[${PYTHON_USEDEP}] dev-python/beautifulsoup4[${PYTHON_USEDEP}] + dev-python/cchardet[${PYTHON_USEDEP}] >=dev-python/chardet-3.0.3[${PYTHON_USEDEP}] >=dev-python/cssselect-0.7.1[${PYTHON_USEDEP}] >=dev-python/css-parser-1.0.4[${PYTHON_USEDEP}]