diff options
author | Horodniceanu Andrei <a.horodniceanu@protonmail.com> | 2022-04-23 23:27:44 +0300 |
---|---|---|
committer | Horodniceanu Andrei <a.horodniceanu@protonmail.com> | 2022-04-23 23:27:44 +0300 |
commit | 6a8868c75056f896e480f49d70d6fb8defa30dc6 (patch) | |
tree | bd3c03340cfa1dbcaf4b677d528dea7c10f2138f /dev-lang/dmd | |
parent | stabilization sweep (diff) | |
download | dlang-6a8868c75056f896e480f49d70d6fb8defa30dc6.tar.gz dlang-6a8868c75056f896e480f49d70d6fb8defa30dc6.tar.bz2 dlang-6a8868c75056f896e480f49d70d6fb8defa30dc6.zip |
Fix git build dependency for some dmd ebuilds
Signed-off-by: Horodniceanu Andrei <a.horodniceanu@protonmail.com>
Diffstat (limited to 'dev-lang/dmd')
-rw-r--r-- | dev-lang/dmd/dmd-2.084.1-r2.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/dmd/dmd-2.085.1-r2.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/dmd/dmd-2.086.1-r1.ebuild | 4 | ||||
-rw-r--r-- | 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=( |