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 ACA99158094 for ; Fri, 15 Jul 2022 04:24:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D27C2E1060; Fri, 15 Jul 2022 04:24:41 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A8CDDE105E for ; Fri, 15 Jul 2022 04:24:41 +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 90FC13412C3 for ; Fri, 15 Jul 2022 04:24:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D6A4E4EC for ; Fri, 15 Jul 2022 04:24:38 +0000 (UTC) From: "Marco Leise" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marco Leise" Message-ID: <1650745664.6a8868c75056f896e480f49d70d6fb8defa30dc6.mleise@gentoo> Subject: [gentoo-commits] repo/user/dlang:master commit in: dev-lang/dmd/ X-VCS-Repository: repo/user/dlang X-VCS-Files: dev-lang/dmd/dmd-2.084.1-r2.ebuild dev-lang/dmd/dmd-2.085.1-r2.ebuild dev-lang/dmd/dmd-2.086.1-r1.ebuild dev-lang/dmd/dmd-2.087.1-r1.ebuild X-VCS-Directories: dev-lang/dmd/ X-VCS-Committer: mleise X-VCS-Committer-Name: Marco Leise X-VCS-Revision: 6a8868c75056f896e480f49d70d6fb8defa30dc6 X-VCS-Branch: master Date: Fri, 15 Jul 2022 04:24:38 +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: 46b703bf-d78e-4c29-94a5-a3e7036d029a X-Archives-Hash: 45eff81ca212a905a196972d7b33a0b2 commit: 6a8868c75056f896e480f49d70d6fb8defa30dc6 Author: Horodniceanu Andrei protonmail com> AuthorDate: Sat Apr 23 20:27:44 2022 +0000 Commit: Marco Leise gmx de> CommitDate: Sat Apr 23 20:27:44 2022 +0000 URL: https://gitweb.gentoo.org/repo/user/dlang.git/commit/?id=6a8868c7 Fix git build dependency for some dmd ebuilds Signed-off-by: Horodniceanu Andrei protonmail.com> dev-lang/dmd/dmd-2.084.1-r2.ebuild | 4 +++- dev-lang/dmd/dmd-2.085.1-r2.ebuild | 4 +++- dev-lang/dmd/dmd-2.086.1-r1.ebuild | 4 +++- dev-lang/dmd/dmd-2.087.1-r1.ebuild | 4 +++- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/dev-lang/dmd/dmd-2.084.1-r2.ebuild b/dev-lang/dmd/dmd-2.084.1-r2.ebuild index 24f13a1..016308c 100644 --- a/dev-lang/dmd/dmd-2.084.1-r2.ebuild +++ b/dev-lang/dmd/dmd-2.084.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -7,6 +7,8 @@ KEYWORDS="-* amd64 x86" YEAR=2019 DLANG_VERSION_RANGE="2.073-2.091" +DEPEND='dev-vcs/git' + inherit dmd PATCHES=( diff --git a/dev-lang/dmd/dmd-2.085.1-r2.ebuild b/dev-lang/dmd/dmd-2.085.1-r2.ebuild index 8289941..615db5f 100644 --- a/dev-lang/dmd/dmd-2.085.1-r2.ebuild +++ b/dev-lang/dmd/dmd-2.085.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -7,6 +7,8 @@ KEYWORDS="-* amd64 x86" YEAR=2019 DLANG_VERSION_RANGE="2.073-" +DEPEND='dev-vcs/git' + inherit dmd PATCHES=( diff --git a/dev-lang/dmd/dmd-2.086.1-r1.ebuild b/dev-lang/dmd/dmd-2.086.1-r1.ebuild index 728dce9..eb4cf3b 100644 --- a/dev-lang/dmd/dmd-2.086.1-r1.ebuild +++ b/dev-lang/dmd/dmd-2.086.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -7,6 +7,8 @@ KEYWORDS="-* amd64 x86" YEAR=2019 DLANG_VERSION_RANGE="2.073-" +DEPEND='dev-vcs/git' + inherit dmd PATCHES=( diff --git a/dev-lang/dmd/dmd-2.087.1-r1.ebuild b/dev-lang/dmd/dmd-2.087.1-r1.ebuild index 11fbc18..e1046c8 100644 --- a/dev-lang/dmd/dmd-2.087.1-r1.ebuild +++ b/dev-lang/dmd/dmd-2.087.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -7,6 +7,8 @@ KEYWORDS="-* amd64 x86" YEAR=2019 DLANG_VERSION_RANGE="2.075-" +DEPEND='dev-vcs/git' + inherit dmd PATCHES=(