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 520D61581D3 for ; Fri, 24 May 2024 18:43:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8EEC1E2A77; Fri, 24 May 2024 18:43:24 +0000 (UTC) Received: from smtp.gentoo.org (dev.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 56C1FE2A77 for ; Fri, 24 May 2024 18:43:24 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9E39C335D6D for ; Fri, 24 May 2024 18:43:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3CF161AE0 for ; Fri, 24 May 2024 18:43:22 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1716576175.b5806ed31b22b7f55dbd0b1c4830f69f7e21415b.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/fig2dev/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/fig2dev/fig2dev-3.2.9-r3.ebuild media-gfx/fig2dev/fig2dev-3.2.9-r4.ebuild X-VCS-Directories: media-gfx/fig2dev/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: b5806ed31b22b7f55dbd0b1c4830f69f7e21415b X-VCS-Branch: master Date: Fri, 24 May 2024 18:43:22 +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: 1152ba5b-f733-451f-aced-03adf907ce0a X-Archives-Hash: f6073b0957dc079dcc87c83f03b886ce commit: b5806ed31b22b7f55dbd0b1c4830f69f7e21415b Author: Mario Haustein hrz tu-chemnitz de> AuthorDate: Fri May 24 05:58:50 2024 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Fri May 24 18:42:55 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5806ed3 media-gfx/fig2dev: requires media-gfx/graphicsmagick on run-time to create bitmaps Closes: https://bugs.gentoo.org/932558 Signed-off-by: Mario Haustein hrz.tu-chemnitz.de> Closes: https://github.com/gentoo/gentoo/pull/36803 Signed-off-by: Florian Schmaus gentoo.org> .../fig2dev/{fig2dev-3.2.9-r3.ebuild => fig2dev-3.2.9-r4.ebuild} | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/media-gfx/fig2dev/fig2dev-3.2.9-r3.ebuild b/media-gfx/fig2dev/fig2dev-3.2.9-r4.ebuild similarity index 93% rename from media-gfx/fig2dev/fig2dev-3.2.9-r3.ebuild rename to media-gfx/fig2dev/fig2dev-3.2.9-r4.ebuild index 43202da3dfa8..4ac5899592f0 100644 --- a/media-gfx/fig2dev/fig2dev-3.2.9-r3.ebuild +++ b/media-gfx/fig2dev/fig2dev-3.2.9-r4.ebuild @@ -24,7 +24,14 @@ RDEPEND=" x11-apps/rgb x11-libs/libXpm !media-gfx/transfig - ghostscript? ( app-text/ghostscript-gpl ) + ghostscript? + ( + app-text/ghostscript-gpl + || ( + media-gfx/graphicsmagick[imagemagick,jpeg,png,postscript,tiff] + media-gfx/imagemagick[jpeg,png,postscript,tiff] + ) + ) " DEPEND="${RDEPEND}" BDEPEND="