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 C17BF158094 for ; Tue, 4 Oct 2022 09:25:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 80BB2E0923; Tue, 4 Oct 2022 09:25:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 311E3E0923 for ; Tue, 4 Oct 2022 09:25: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 2B59133DDA5 for ; Tue, 4 Oct 2022 09:25:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 827F75D4 for ; Tue, 4 Oct 2022 09:25:35 +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: <1664875520.615f6f84bc5e86934dfa785d537aa184a27bb406.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/gimp/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/gimp/gimp-2.10.32-r1.ebuild media-gfx/gimp/gimp-2.10.32.ebuild media-gfx/gimp/gimp-2.99.10-r1.ebuild media-gfx/gimp/gimp-2.99.10-r2.ebuild media-gfx/gimp/gimp-2.99.12-r1.ebuild media-gfx/gimp/gimp-2.99.12.ebuild media-gfx/gimp/gimp-9999.ebuild X-VCS-Directories: media-gfx/gimp/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 615f6f84bc5e86934dfa785d537aa184a27bb406 X-VCS-Branch: master Date: Tue, 4 Oct 2022 09:25:35 +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: 8733a815-9e29-4f53-903a-b3dc3ed5515a X-Archives-Hash: 92cac87e751e688adffac5a3c8a56344 commit: 615f6f84bc5e86934dfa785d537aa184a27bb406 Author: Sam James gentoo org> AuthorDate: Tue Oct 4 09:25:20 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue Oct 4 09:25:20 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=615f6f84 media-gfx/gimp: subscribe to ghostscript-gpl subslot Closes: https://bugs.gentoo.org/874603 Signed-off-by: Sam James gentoo.org> media-gfx/gimp/{gimp-2.10.32.ebuild => gimp-2.10.32-r1.ebuild} | 2 +- media-gfx/gimp/{gimp-2.99.10-r1.ebuild => gimp-2.99.10-r2.ebuild} | 2 +- media-gfx/gimp/{gimp-2.99.12.ebuild => gimp-2.99.12-r1.ebuild} | 2 +- media-gfx/gimp/gimp-9999.ebuild | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/media-gfx/gimp/gimp-2.10.32.ebuild b/media-gfx/gimp/gimp-2.10.32-r1.ebuild similarity index 99% rename from media-gfx/gimp/gimp-2.10.32.ebuild rename to media-gfx/gimp/gimp-2.10.32-r1.ebuild index f1395d2a1fc4..a3403b9088ad 100644 --- a/media-gfx/gimp/gimp-2.10.32.ebuild +++ b/media-gfx/gimp/gimp-2.10.32-r1.ebuild @@ -54,7 +54,7 @@ COMMON_DEPEND=" jpegxl? ( >=media-libs/libjxl-0.6.1:= ) mng? ( media-libs/libmng:= ) openexr? ( >=media-libs/openexr-1.6.1:= ) - postscript? ( app-text/ghostscript-gpl ) + postscript? ( app-text/ghostscript-gpl:= ) udev? ( dev-libs/libgudev:= ) unwind? ( >=sys-libs/libunwind-1.1.0:= ) webp? ( >=media-libs/libwebp-0.6.0:= ) diff --git a/media-gfx/gimp/gimp-2.99.10-r1.ebuild b/media-gfx/gimp/gimp-2.99.10-r2.ebuild similarity index 99% rename from media-gfx/gimp/gimp-2.99.10-r1.ebuild rename to media-gfx/gimp/gimp-2.99.10-r2.ebuild index b0b067cd7b88..6e2153c71aba 100644 --- a/media-gfx/gimp/gimp-2.99.10-r1.ebuild +++ b/media-gfx/gimp/gimp-2.99.10-r2.ebuild @@ -71,7 +71,7 @@ COMMON_DEPEND=" ) mng? ( media-libs/libmng:= ) openexr? ( >=media-libs/openexr-2.3.0:= ) - postscript? ( app-text/ghostscript-gpl ) + postscript? ( app-text/ghostscript-gpl:= ) python? ( ${PYTHON_DEPS} $(python_gen_cond_dep ' diff --git a/media-gfx/gimp/gimp-2.99.12.ebuild b/media-gfx/gimp/gimp-2.99.12-r1.ebuild similarity index 99% rename from media-gfx/gimp/gimp-2.99.12.ebuild rename to media-gfx/gimp/gimp-2.99.12-r1.ebuild index fc46f29d2a4a..832014ddddb4 100644 --- a/media-gfx/gimp/gimp-2.99.12.ebuild +++ b/media-gfx/gimp/gimp-2.99.12-r1.ebuild @@ -69,7 +69,7 @@ COMMON_DEPEND=" ) mng? ( media-libs/libmng:= ) openexr? ( >=media-libs/openexr-2.3.0:= ) - postscript? ( app-text/ghostscript-gpl ) + postscript? ( app-text/ghostscript-gpl:= ) python? ( ${PYTHON_DEPS} $(python_gen_cond_dep ' diff --git a/media-gfx/gimp/gimp-9999.ebuild b/media-gfx/gimp/gimp-9999.ebuild index 04935142f351..a09486cb7046 100644 --- a/media-gfx/gimp/gimp-9999.ebuild +++ b/media-gfx/gimp/gimp-9999.ebuild @@ -69,7 +69,7 @@ COMMON_DEPEND=" ) mng? ( media-libs/libmng:= ) openexr? ( >=media-libs/openexr-2.3.0:= ) - postscript? ( app-text/ghostscript-gpl ) + postscript? ( app-text/ghostscript-gpl:= ) python? ( ${PYTHON_DEPS} $(python_gen_cond_dep '