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 3EF3215ACFB for ; Wed, 12 Apr 2023 11:48:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 67B3EE07E6; Wed, 12 Apr 2023 11:48:01 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 3C944E07E6 for ; Wed, 12 Apr 2023 11:48:01 +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 45CB4340CD9 for ; Wed, 12 Apr 2023 11:48:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AA0937B for ; Wed, 12 Apr 2023 11:47:57 +0000 (UTC) From: "Louis Sautier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Louis Sautier" Message-ID: <1681300058.71069946a4cd814d6185378f6b26260bdad40584.sbraz@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-misc/urlwatch/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-misc/urlwatch/urlwatch-2.26.ebuild X-VCS-Directories: www-misc/urlwatch/ X-VCS-Committer: sbraz X-VCS-Committer-Name: Louis Sautier X-VCS-Revision: 71069946a4cd814d6185378f6b26260bdad40584 X-VCS-Branch: master Date: Wed, 12 Apr 2023 11:47:57 +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: d8c664e2-f52f-4e5a-88c5-1bc45afa3e3f X-Archives-Hash: 6b938f58ef936b958c067a27c4caf777 commit: 71069946a4cd814d6185378f6b26260bdad40584 Author: Louis Sautier gentoo org> AuthorDate: Wed Apr 12 11:44:51 2023 +0000 Commit: Louis Sautier gentoo org> CommitDate: Wed Apr 12 11:47:38 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71069946 www-misc/urlwatch: fix OCR test The OCR test file is a PNG file so we need tesseract to support it. Closes: https://bugs.gentoo.org/904215 Signed-off-by: Louis Sautier gentoo.org> www-misc/urlwatch/urlwatch-2.26.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/www-misc/urlwatch/urlwatch-2.26.ebuild b/www-misc/urlwatch/urlwatch-2.26.ebuild index 84e863172064..2724b6775fbd 100644 --- a/www-misc/urlwatch/urlwatch-2.26.ebuild +++ b/www-misc/urlwatch/urlwatch-2.26.ebuild @@ -30,6 +30,7 @@ RDEPEND=" " BDEPEND=" test? ( + app-text/tesseract[png] dev-python/docutils[${PYTHON_USEDEP}] dev-python/jq[${PYTHON_USEDEP}] dev-python/pytesseract[${PYTHON_USEDEP}]