From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1516215-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 F31B815ACFC
	for <garchives@archives.gentoo.org>; Sat,  6 May 2023 11:34:32 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 6CEAAE083E;
	Sat,  6 May 2023 11:34:31 +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 5014EE083E
	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 6263F34124A
	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 A8454A65
	for <gentoo-commits@lists.gentoo.org>; Sat,  6 May 2023 11:34:27 +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: <1683372832.4a83c9c99f49404c89317bffd3fa3762189c4eac.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/gdl/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-lang/gdl/gdl-1.0.1-r1.ebuild dev-lang/gdl/gdl-1.0.1-r2.ebuild
X-VCS-Directories: dev-lang/gdl/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 4a83c9c99f49404c89317bffd3fa3762189c4eac
X-VCS-Branch: master
Date: Sat,  6 May 2023 11:34:27 +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: 869b40a6-7c10-439e-9b87-1a066aa504cc
X-Archives-Hash: 6388c1dd0c0af14e10a5108ae67ec962

commit:     4a83c9c99f49404c89317bffd3fa3762189c4eac
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat May  6 11:30:50 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat May  6 11:33:52 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a83c9c9

dev-lang/gdl: drop stale dev-util/intltool dep

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

 dev-lang/gdl/{gdl-1.0.1-r1.ebuild => gdl-1.0.1-r2.ebuild} | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-lang/gdl/gdl-1.0.1-r1.ebuild b/dev-lang/gdl/gdl-1.0.1-r2.ebuild
similarity index 99%
rename from dev-lang/gdl/gdl-1.0.1-r1.ebuild
rename to dev-lang/gdl/gdl-1.0.1-r2.ebuild
index 08bc06d11634..fa0c8e92f4d9 100644
--- a/dev-lang/gdl/gdl-1.0.1-r1.ebuild
+++ b/dev-lang/gdl/gdl-1.0.1-r2.ebuild
@@ -64,7 +64,6 @@ DEPEND="${RDEPEND}
 	eigen? ( dev-cpp/eigen:3 )
 "
 BDEPEND="
-	dev-util/intltool
 	virtual/pkgconfig
 "