commit: 6a8868c75056f896e480f49d70d6fb8defa30dc6 Author: Horodniceanu Andrei <a.horodniceanu <AT> protonmail <DOT> com> AuthorDate: Sat Apr 23 20:27:44 2022 +0000 Commit: Marco Leise <marco.leise <AT> gmx <DOT> 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 <a.horodniceanu <AT> 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=(
