From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1516219-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 4C5FC15ACFC
	for <garchives@archives.gentoo.org>; Sat,  6 May 2023 11:34:34 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 134C4E084F;
	Sat,  6 May 2023 11:34:32 +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 E81B2E084F
	for <gentoo-commits@lists.gentoo.org>; Sat,  6 May 2023 11:34: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))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 9A794341254
	for <gentoo-commits@lists.gentoo.org>; Sat,  6 May 2023 11:34:30 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 1A99EA6A
	for <gentoo-commits@lists.gentoo.org>; Sat,  6 May 2023 11:34:28 +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: <1683372835.b3694ba7d77b938d598a5004c49e808adb8d5ca8.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.2.2-r2.ebuild media-gfx/inkscape/inkscape-1.2.2-r3.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: b3694ba7d77b938d598a5004c49e808adb8d5ca8
X-VCS-Branch: master
Date: Sat,  6 May 2023 11:34:28 +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: 6a6a6546-c745-4c83-8caa-777235093840
X-Archives-Hash: c48a9b7e1b139eb667be963fa685cb76

commit:     b3694ba7d77b938d598a5004c49e808adb8d5ca8
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat May  6 11:28:29 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat May  6 11:33:55 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3694ba7

media-gfx/inkscape: drop stale dev-util/intltool dep

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

 .../inkscape/{inkscape-1.2.2-r2.ebuild => inkscape-1.2.2-r3.ebuild}      | 1 -
 media-gfx/inkscape/inkscape-9999.ebuild                                  | 1 -
 2 files changed, 2 deletions(-)

diff --git a/media-gfx/inkscape/inkscape-1.2.2-r2.ebuild b/media-gfx/inkscape/inkscape-1.2.2-r3.ebuild
similarity index 99%
rename from media-gfx/inkscape/inkscape-1.2.2-r2.ebuild
rename to media-gfx/inkscape/inkscape-1.2.2-r3.ebuild
index 661f368af5d9..dec3b3e7e1ac 100644
--- a/media-gfx/inkscape/inkscape-1.2.2-r2.ebuild
+++ b/media-gfx/inkscape/inkscape-1.2.2-r3.ebuild
@@ -28,7 +28,6 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 BDEPEND="
 	dev-util/glib-utils
-	>=dev-util/intltool-0.40
 	>=sys-devel/gettext-0.17
 	virtual/pkgconfig
 	test? ( virtual/imagemagick-tools )

diff --git a/media-gfx/inkscape/inkscape-9999.ebuild b/media-gfx/inkscape/inkscape-9999.ebuild
index 21a753469f57..07e3302df825 100644
--- a/media-gfx/inkscape/inkscape-9999.ebuild
+++ b/media-gfx/inkscape/inkscape-9999.ebuild
@@ -28,7 +28,6 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 BDEPEND="
 	dev-util/glib-utils
-	>=dev-util/intltool-0.40
 	>=sys-devel/gettext-0.17
 	virtual/pkgconfig
 	test? ( virtual/imagemagick-tools )