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 A9A49158086 for ; Thu, 4 Nov 2021 19:54:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D92CDE0871; Thu, 4 Nov 2021 19:54:48 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 5C0C7E0871 for ; Thu, 4 Nov 2021 19:54:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 47006342AC7 for ; Thu, 4 Nov 2021 19:54:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 82BDA10C for ; Thu, 4 Nov 2021 19:54:45 +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: <1636055479.a03bf48ac72e5ba6dcc0de4e4b179e9c4bb4c963.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.0_rc3.ebuild X-VCS-Directories: dev-lang/gdl/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a03bf48ac72e5ba6dcc0de4e4b179e9c4bb4c963 X-VCS-Branch: master Date: Thu, 4 Nov 2021 19:54:45 +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: 70a1ec78-f9a7-4c2f-acba-17c70172e366 X-Archives-Hash: 75889e57b8aa706aec227da615380a80 commit: a03bf48ac72e5ba6dcc0de4e4b179e9c4bb4c963 Author: Sam James gentoo org> AuthorDate: Thu Nov 4 19:50:52 2021 +0000 Commit: Sam James gentoo org> CommitDate: Thu Nov 4 19:51:19 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a03bf48a dev-lang/gdl: add missing dev-util/intltool dependency Signed-off-by: Sam James gentoo.org> dev-lang/gdl/gdl-1.0.0_rc3.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-lang/gdl/gdl-1.0.0_rc3.ebuild b/dev-lang/gdl/gdl-1.0.0_rc3.ebuild index fd8b8966192..f87b63dfef6 100644 --- a/dev-lang/gdl/gdl-1.0.0_rc3.ebuild +++ b/dev-lang/gdl/gdl-1.0.0_rc3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -61,6 +61,7 @@ RDEPEND=" DEPEND="${RDEPEND} eigen? ( dev-cpp/eigen:3 )" BDEPEND=" + dev-util/intltool virtual/pkgconfig python? ( app-admin/chrpath )"