diff options
author | Horodniceanu Andrei <a.horodniceanu@proton.me> | 2023-10-03 22:21:04 +0300 |
---|---|---|
committer | Horodniceanu Andrei <a.horodniceanu@proton.me> | 2023-10-12 21:16:39 +0300 |
commit | e2f80d6711cba19f5908119ee34a3e6398f743b6 (patch) | |
tree | ee8f4b949e413da66cd10df4ed0b832eab0ed76f /eclass | |
parent | dev-lang/ldc2: add 1.32.2 (diff) | |
download | dlang-e2f80d6711cba19f5908119ee34a3e6398f743b6.tar.gz dlang-e2f80d6711cba19f5908119ee34a3e6398f743b6.tar.bz2 dlang-e2f80d6711cba19f5908119ee34a3e6398f743b6.zip |
dev-lang/ldc2: add 1.33.0
Signed-off-by: Horodniceanu Andrei <a.horodniceanu@proton.me>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/dlang-compilers.eclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eclass/dlang-compilers.eclass b/eclass/dlang-compilers.eclass index 9f395cd..445fd75 100644 --- a/eclass/dlang-compilers.eclass +++ b/eclass/dlang-compilers.eclass @@ -86,6 +86,7 @@ dlang-compilers_declare_versions() { ["1.30"]="2.100 ~amd64 ~arm ~arm64 ~ppc64 ~x86" ["1.31"]="2.101 ~amd64 ~arm64 ~x86" ["1.32"]="2.102 ~amd64 ~arm64 ~x86" + ["1.33"]="2.103 ~amd64 ~arm64 ~x86" ["1.34"]="2.104 ~amd64 ~arm64 ~x86" ) } |