diff options
author | Andrei Horodniceanu <a.horodniceanu@proton.me> | 2024-04-21 19:52:27 +0300 |
---|---|---|
committer | Andrei Horodniceanu <a.horodniceanu@proton.me> | 2024-04-21 20:01:54 +0300 |
commit | 1cf8dcdfefdc82f93090358ca989c725ff388039 (patch) | |
tree | d9660d28aa7b1047643154fb1e6726c41ed972da /eclass | |
parent | dev-lang/dmd: add 2.108.0 (diff) | |
download | dlang-1cf8dcdfefdc82f93090358ca989c725ff388039.tar.gz dlang-1cf8dcdfefdc82f93090358ca989c725ff388039.tar.bz2 dlang-1cf8dcdfefdc82f93090358ca989c725ff388039.zip |
dev-lang/ldc2: add 1.37.0
Signed-off-by: Andrei Horodniceanu <a.horodniceanu@proton.me>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/dlang-compilers-r1.eclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eclass/dlang-compilers-r1.eclass b/eclass/dlang-compilers-r1.eclass index 5cd8836..be07b57 100644 --- a/eclass/dlang-compilers-r1.eclass +++ b/eclass/dlang-compilers-r1.eclass @@ -92,6 +92,7 @@ readonly _DLANG_LDC2_FRONTENDS=( "1.34 2.104 ~amd64 ~arm64 ~x86" "1.35 2.105 ~amd64 ~arm64 ~x86" "1.36 2.106 ~amd64 ~arm64 ~x86" + "1.37 2.107 ~amd64 ~arm64 ~x86" ) # @FUNCTION: _dlang_accumulate_implementations |