From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1436316-garchives=archives.gentoo.org@lists.gentoo.org>
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 1204E158095
	for <garchives@archives.gentoo.org>; Thu, 15 Sep 2022 13:20:05 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id EE62FE092C;
	Thu, 15 Sep 2022 13:20:03 +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 DB107E092C
	for <gentoo-commits@lists.gentoo.org>; Thu, 15 Sep 2022 13:20:03 +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 CD287340FF7
	for <gentoo-commits@lists.gentoo.org>; Thu, 15 Sep 2022 13:20:02 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 33FDD5DA
	for <gentoo-commits@lists.gentoo.org>; Thu, 15 Sep 2022 13:20:01 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
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" <sam@gentoo.org>
Message-ID: <1663247821.49c3d03d5188a37a4738fba53ba82c94691d94e4.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/ghostscript-gpl/
X-VCS-Repository: repo/gentoo
X-VCS-Files: app-text/ghostscript-gpl/ghostscript-gpl-9.55.0-r1.ebuild app-text/ghostscript-gpl/ghostscript-gpl-9.55.0-r2.ebuild app-text/ghostscript-gpl/ghostscript-gpl-9.56.1-r1.ebuild app-text/ghostscript-gpl/ghostscript-gpl-9.56.1.ebuild
X-VCS-Directories: app-text/ghostscript-gpl/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 49c3d03d5188a37a4738fba53ba82c94691d94e4
X-VCS-Branch: master
Date: Thu, 15 Sep 2022 13:20:01 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 6d6440f9-491c-4adc-a753-4fe5a185d5d1
X-Archives-Hash: aa02ca2ff6619e80aae02ef43376ce69

commit:     49c3d03d5188a37a4738fba53ba82c94691d94e4
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 15 13:17:01 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Sep 15 13:17:01 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49c3d03d

app-text/ghostscript-gpl: add libpaper slot dep

ABI broke.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 ...hostscript-gpl-9.55.0-r1.ebuild => ghostscript-gpl-9.55.0-r2.ebuild} | 2 +-
 .../{ghostscript-gpl-9.56.1.ebuild => ghostscript-gpl-9.56.1-r1.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/ghostscript-gpl/ghostscript-gpl-9.55.0-r1.ebuild b/app-text/ghostscript-gpl/ghostscript-gpl-9.55.0-r2.ebuild
similarity index 99%
rename from app-text/ghostscript-gpl/ghostscript-gpl-9.55.0-r1.ebuild
rename to app-text/ghostscript-gpl/ghostscript-gpl-9.55.0-r2.ebuild
index 2af192b34ec5..41532fc442b0 100644
--- a/app-text/ghostscript-gpl/ghostscript-gpl-9.55.0-r1.ebuild
+++ b/app-text/ghostscript-gpl/ghostscript-gpl-9.55.0-r2.ebuild
@@ -32,7 +32,7 @@ for X in ${LANGS} ; do
 done
 
 DEPEND="
-	app-text/libpaper
+	app-text/libpaper:=
 	media-libs/fontconfig
 	>=media-libs/freetype-2.4.9:2=
 	>=media-libs/jbig2dec-0.19:=

diff --git a/app-text/ghostscript-gpl/ghostscript-gpl-9.56.1.ebuild b/app-text/ghostscript-gpl/ghostscript-gpl-9.56.1-r1.ebuild
similarity index 99%
rename from app-text/ghostscript-gpl/ghostscript-gpl-9.56.1.ebuild
rename to app-text/ghostscript-gpl/ghostscript-gpl-9.56.1-r1.ebuild
index 7a14da73aa01..03493a7b380f 100644
--- a/app-text/ghostscript-gpl/ghostscript-gpl-9.56.1.ebuild
+++ b/app-text/ghostscript-gpl/ghostscript-gpl-9.56.1-r1.ebuild
@@ -32,7 +32,7 @@ for X in ${LANGS} ; do
 	IUSE="${IUSE} l10n_${X}"
 done
 
-DEPEND="app-text/libpaper
+DEPEND="app-text/libpaper:=
 	media-libs/fontconfig
 	>=media-libs/freetype-2.4.9:2=
 	>=media-libs/jbig2dec-0.19:=