diff options
author | Andrei Horodniceanu <a.horodniceanu@proton.me> | 2024-02-04 15:01:23 +0200 |
---|---|---|
committer | Andrei Horodniceanu <a.horodniceanu@proton.me> | 2024-02-04 15:01:23 +0200 |
commit | 8b7593b86d2d4e01e5443e338060b71bd1c6bd13 (patch) | |
tree | e8bcf66ae4b78ffc20714f5afe870b5fc0f5bf98 /eclass | |
parent | dmd.eclass: add optfeature for dev-util/dlang-tools (diff) | |
download | dlang-8b7593b86d2d4e01e5443e338060b71bd1c6bd13.tar.gz dlang-8b7593b86d2d4e01e5443e338060b71bd1c6bd13.tar.bz2 dlang-8b7593b86d2d4e01e5443e338060b71bd1c6bd13.zip |
dev-lang/dmd: stabilize 2.105.3 for amd64, x86
Signed-off-by: Andrei Horodniceanu <a.horodniceanu@proton.me>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/dlang-compilers.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/dlang-compilers.eclass b/eclass/dlang-compilers.eclass index 73155e2..4c35ef4 100644 --- a/eclass/dlang-compilers.eclass +++ b/eclass/dlang-compilers.eclass @@ -28,7 +28,7 @@ dlang-compilers_declare_versions() { ["2.102"]="2.102 x86 amd64" ["2.103"]="2.103 x86 amd64" ["2.104"]="2.104 x86 amd64" - ["2.105"]="2.105 ~x86 ~amd64" + ["2.105"]="2.105 x86 amd64" ["2.106"]="2.106 ~x86 ~amd64" ) |