aboutsummaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorHorodniceanu Andrei <a.horodniceanu@proton.me>2024-01-14 12:41:25 +0200
committerHorodniceanu Andrei <a.horodniceanu@proton.me>2024-01-14 12:43:54 +0200
commitba7512166cd29466f24db43dc7a927fa988b99ff (patch)
treea45768d1304c538e5990cc82ddb77e81a7f3880e /eclass
parentdev-lang/ldc2: keyword 1.35.0-r1 for ~arm64 (diff)
downloaddlang-ba7512166cd29466f24db43dc7a927fa988b99ff.tar.gz
dlang-ba7512166cd29466f24db43dc7a927fa988b99ff.tar.bz2
dlang-ba7512166cd29466f24db43dc7a927fa988b99ff.zip
dev-lang/ldc2: add 1.36.0
Additional changes: - force disable LDC_ENABLE_ASSERTIONS instead of defaulting to LLVM_ENABLE_ASSERTIONS - pass the -NDEBUG flag in the same manner as sys-devel/llvm to prevent linking errors. Signed-off-by: Horodniceanu Andrei <a.horodniceanu@proton.me>
Diffstat (limited to 'eclass')
-rw-r--r--eclass/dlang-compilers.eclass1
1 files changed, 1 insertions, 0 deletions
diff --git a/eclass/dlang-compilers.eclass b/eclass/dlang-compilers.eclass
index fa02ccc..73155e2 100644
--- a/eclass/dlang-compilers.eclass
+++ b/eclass/dlang-compilers.eclass
@@ -45,6 +45,7 @@ dlang-compilers_declare_versions() {
["1.33"]="2.103 amd64 ~arm64 x86"
["1.34"]="2.104 amd64 ~arm64 x86"
["1.35"]="2.105 amd64 ~arm64 x86"
+ ["1.36"]="2.106 ~amd64 ~arm64 ~x86"
)
}