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 BC3BA158041 for ; Tue, 12 Mar 2024 15:18:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 85417E29A9; Tue, 12 Mar 2024 15:18:31 +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 66CC2E29A9 for ; Tue, 12 Mar 2024 15:18:31 +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 7D880335DEC for ; Tue, 12 Mar 2024 15:18:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CEC8D14E8 for ; Tue, 12 Mar 2024 15:18:28 +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: <1710256292.0065382a1b13d7f28f188eb4d16bafd6a5e06eb2.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/inkscape/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/inkscape/inkscape-1.3.2-r1.ebuild media-gfx/inkscape/inkscape-9999.ebuild X-VCS-Directories: media-gfx/inkscape/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0065382a1b13d7f28f188eb4d16bafd6a5e06eb2 X-VCS-Branch: master Date: Tue, 12 Mar 2024 15:18:28 +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: 2c626548-7386-42fe-8702-75bd8364d1c4 X-Archives-Hash: a7eaca3df7c61ba43bc7fe61a2457c92 commit: 0065382a1b13d7f28f188eb4d16bafd6a5e06eb2 Author: Sam James gentoo org> AuthorDate: Tue Mar 12 15:09:10 2024 +0000 Commit: Sam James gentoo org> CommitDate: Tue Mar 12 15:11:32 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0065382a media-gfx/inkscape: fix Pillow dep for JPEG We have USE=jpeg which already does something, so it's not a problem if we propagate it conditionally w/ jpeg? on pillow, even if it's a runtime-only dep there, I guess. Reported by wikky. Signed-off-by: Sam James gentoo.org> media-gfx/inkscape/inkscape-1.3.2-r1.ebuild | 2 +- media-gfx/inkscape/inkscape-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-gfx/inkscape/inkscape-1.3.2-r1.ebuild b/media-gfx/inkscape/inkscape-1.3.2-r1.ebuild index dd527eeaaf53..2d62ab98e924 100644 --- a/media-gfx/inkscape/inkscape-1.3.2-r1.ebuild +++ b/media-gfx/inkscape/inkscape-1.3.2-r1.ebuild @@ -65,7 +65,7 @@ COMMON_DEPEND="${PYTHON_DEPS} dev-python/cssselect[${PYTHON_USEDEP}] dev-python/lockfile[${PYTHON_USEDEP}] dev-python/lxml[${PYTHON_USEDEP}] - dev-python/pillow[jpeg,tiff,webp,${PYTHON_USEDEP}] + dev-python/pillow[jpeg?,tiff,webp,${PYTHON_USEDEP}] media-gfx/scour[${PYTHON_USEDEP}] ') cdr? ( diff --git a/media-gfx/inkscape/inkscape-9999.ebuild b/media-gfx/inkscape/inkscape-9999.ebuild index ae2fa0eac0ff..491557c237fc 100644 --- a/media-gfx/inkscape/inkscape-9999.ebuild +++ b/media-gfx/inkscape/inkscape-9999.ebuild @@ -65,7 +65,7 @@ COMMON_DEPEND="${PYTHON_DEPS} dev-python/cssselect[${PYTHON_USEDEP}] dev-python/lockfile[${PYTHON_USEDEP}] dev-python/lxml[${PYTHON_USEDEP}] - dev-python/pillow[jpeg,tiff,webp,${PYTHON_USEDEP}] + dev-python/pillow[jpeg?,tiff,webp,${PYTHON_USEDEP}] media-gfx/scour[${PYTHON_USEDEP}] ') cdr? (