diff options
author | Horodniceanu Andrei <a.horodniceanu@proton.me> | 2023-10-02 10:20:55 +0300 |
---|---|---|
committer | Horodniceanu Andrei <a.horodniceanu@proton.me> | 2023-10-02 10:20:55 +0300 |
commit | 00dcccc92483a6dc11ce24bcc8539605b0a3b8d8 (patch) | |
tree | 5311f6926bb555ed51be7f79c775c94368e2bb71 /eclass | |
parent | dev-lang/dmd: add 2.102.2 (diff) | |
download | dlang-00dcccc92483a6dc11ce24bcc8539605b0a3b8d8.tar.gz dlang-00dcccc92483a6dc11ce24bcc8539605b0a3b8d8.tar.bz2 dlang-00dcccc92483a6dc11ce24bcc8539605b0a3b8d8.zip |
dev-lang/dmd: add 2.103.1
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 8dd3204..5c948f5 100644 --- a/eclass/dlang-compilers.eclass +++ b/eclass/dlang-compilers.eclass @@ -63,6 +63,7 @@ dlang-compilers_declare_versions() { ["2.100"]="2.100 ~x86 ~amd64" ["2.101"]="2.101 ~x86 ~amd64" ["2.102"]="2.102 ~x86 ~amd64" + ["2.103"]="2.103 ~x86 ~amd64" ) # GDC (hppa, sparc: masked "d" USE-flag) |