aboutsummaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorHorodniceanu Andrei <a.horodniceanu@proton.me>2023-10-03 22:21:39 +0300
committerHorodniceanu Andrei <a.horodniceanu@proton.me>2023-10-07 14:58:27 +0300
commit21fe0c08d3a89204e96d99ac0fbf1963928e51a2 (patch)
treede7e2b4ca91c46d839ef1282480e68d46425a4b0 /eclass
parentdev-lang/dmd: add 2.105.2 (diff)
downloaddlang-21fe0c08d3a89204e96d99ac0fbf1963928e51a2.tar.gz
dlang-21fe0c08d3a89204e96d99ac0fbf1963928e51a2.tar.bz2
dlang-21fe0c08d3a89204e96d99ac0fbf1963928e51a2.zip
dev-lang/ldc2: add 1.34.0
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 6198a85..5f73ea7 100644
--- a/eclass/dlang-compilers.eclass
+++ b/eclass/dlang-compilers.eclass
@@ -84,6 +84,7 @@ dlang-compilers_declare_versions() {
_dlang_ldc2_frontend=(
["1.29"]="2.099 amd64 ~arm ~arm64 ~ppc64 x86"
["1.30"]="2.100 ~amd64 ~arm ~arm64 ~ppc64 ~x86"
+ ["1.34"]="2.104 ~amd64 ~arm64 ~x86"
)
}