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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D0340158451 for ; Wed, 10 Jan 2024 22:11:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E3798E2A12; Wed, 10 Jan 2024 22:11:38 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B9D9EE2A12 for ; Wed, 10 Jan 2024 22:11:38 +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 BAC90343179 for ; Wed, 10 Jan 2024 22:11:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 23BDA12D7 for ; Wed, 10 Jan 2024 22:11:36 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1704924665.6db214e5a1768cbb2b7ad2b23eca57104db16f53.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/leptonica/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/leptonica/leptonica-1.84.1-r1.ebuild media-libs/leptonica/leptonica-1.84.1.ebuild X-VCS-Directories: media-libs/leptonica/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 6db214e5a1768cbb2b7ad2b23eca57104db16f53 X-VCS-Branch: master Date: Wed, 10 Jan 2024 22:11:36 +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: 0caae792-743c-42f2-b7ad-aababc1ab4a2 X-Archives-Hash: e81affec0201cd443be4ad8f9d332b8f commit: 6db214e5a1768cbb2b7ad2b23eca57104db16f53 Author: James Le Cuirot gentoo org> AuthorDate: Wed Jan 10 22:10:00 2024 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Wed Jan 10 22:11:05 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6db214e5 media-libs/leptonica: 1.84.1 requires JPEG support in libtiff Closes: https://bugs.gentoo.org/921682 Signed-off-by: James Le Cuirot gentoo.org> .../leptonica/{leptonica-1.84.1.ebuild => leptonica-1.84.1-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/leptonica/leptonica-1.84.1.ebuild b/media-libs/leptonica/leptonica-1.84.1-r1.ebuild similarity index 95% rename from media-libs/leptonica/leptonica-1.84.1.ebuild rename to media-libs/leptonica/leptonica-1.84.1-r1.ebuild index 51b99d059922..b3b3a772826e 100644 --- a/media-libs/leptonica/leptonica-1.84.1.ebuild +++ b/media-libs/leptonica/leptonica-1.84.1-r1.ebuild @@ -25,11 +25,11 @@ RDEPEND=" media-libs/libpng:0=[${MULTILIB_USEDEP}] sys-libs/zlib:=[${MULTILIB_USEDEP}] ) - tiff? ( media-libs/tiff:=[${MULTILIB_USEDEP}] ) + tiff? ( media-libs/tiff:=[jpeg,${MULTILIB_USEDEP}] ) webp? ( media-libs/libwebp:=[${MULTILIB_USEDEP}] ) zlib? ( sys-libs/zlib:=[${MULTILIB_USEDEP}] )" DEPEND="${RDEPEND} - test? ( media-libs/tiff:0[jpeg,zlib] )" + test? ( media-libs/tiff[zlib] )" DOCS=( README version-notes )