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 709C81581D3 for ; Fri, 31 May 2024 21:33:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9FF9CE2A09; Fri, 31 May 2024 21:33:02 +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 831A6E2A09 for ; Fri, 31 May 2024 21:33:02 +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 777BF335D75 for ; Fri, 31 May 2024 21:33:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DB65F1B43 for ; Fri, 31 May 2024 21:32:59 +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: <1717191115.42347ebeb947f7f1b0c4150a3bac2071abb2158f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/imagemagick-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/imagemagick-tools/imagemagick-tools-0-r2.ebuild virtual/imagemagick-tools/imagemagick-tools-0-r3.ebuild X-VCS-Directories: virtual/imagemagick-tools/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 42347ebeb947f7f1b0c4150a3bac2071abb2158f X-VCS-Branch: master Date: Fri, 31 May 2024 21:32:59 +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: 54e0e3e7-ca09-47a1-b752-37ee5a911d29 X-Archives-Hash: 5db39a33cc7dc0d49ca2d38f95b795e1 commit: 42347ebeb947f7f1b0c4150a3bac2071abb2158f Author: Sam James gentoo org> AuthorDate: Fri May 31 21:31:55 2024 +0000 Commit: Sam James gentoo org> CommitDate: Fri May 31 21:31:55 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42347ebe virtual/imagemagick-tools: add USE=postscript support Signed-off-by: Sam James gentoo.org> ...{imagemagick-tools-0-r2.ebuild => imagemagick-tools-0-r3.ebuild} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/virtual/imagemagick-tools/imagemagick-tools-0-r2.ebuild b/virtual/imagemagick-tools/imagemagick-tools-0-r3.ebuild similarity index 79% rename from virtual/imagemagick-tools/imagemagick-tools-0-r2.ebuild rename to virtual/imagemagick-tools/imagemagick-tools-0-r3.ebuild index cc456d939d83..3a8944b42e10 100644 --- a/virtual/imagemagick-tools/imagemagick-tools-0-r2.ebuild +++ b/virtual/imagemagick-tools/imagemagick-tools-0-r3.ebuild @@ -6,7 +6,7 @@ EAPI=7 DESCRIPTION="Virtual for imagemagick command line tools" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" -IUSE="jpeg perl png svg tiff" +IUSE="jpeg perl postscript png svg tiff" # This virtual is to be used **ONLY** for depending on the runtime # tools of imagemagick/graphicsmagick. It should and cannot be used @@ -16,6 +16,6 @@ IUSE="jpeg perl png svg tiff" # See also: https://bugs.gentoo.org/314431 RDEPEND=" || ( - media-gfx/imagemagick[jpeg?,perl?,png?,svg?,tiff?] - media-gfx/graphicsmagick[imagemagick,jpeg?,perl?,png?,svg(-),tiff?] + media-gfx/imagemagick[jpeg?,perl?,postscript?,png?,svg?,tiff?] + media-gfx/graphicsmagick[imagemagick,jpeg?,perl?,postscript?,png?,svg(-),tiff?] )"