diff options
author | Andrei Horodniceanu <a.horodniceanu@proton.me> | 2024-07-06 18:43:04 +0300 |
---|---|---|
committer | Andrei Horodniceanu <a.horodniceanu@proton.me> | 2024-07-06 18:43:44 +0300 |
commit | b9613ee698b09671b8692004950cdd666aea3c68 (patch) | |
tree | ec02236cbb9b4cb9112a24d0d1a8de8b746f4d49 /eclass | |
parent | dmd-r1.eclass: clarify dependency on stdlib of host compiler (diff) | |
download | dlang-b9613ee698b09671b8692004950cdd666aea3c68.tar.gz dlang-b9613ee698b09671b8692004950cdd666aea3c68.tar.bz2 dlang-b9613ee698b09671b8692004950cdd666aea3c68.zip |
dev-lang/dmd: add 2.109.1
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 ebf76b4..4588e5b 100644 --- a/eclass/dlang-compilers-r1.eclass +++ b/eclass/dlang-compilers-r1.eclass @@ -45,6 +45,7 @@ readonly _DLANG_DMD_FRONTENDS=( "2.106 2.106 ~amd64 ~x86" "2.107 2.107 ~amd64 ~x86" "2.108 2.108 ~amd64 ~x86" + "2.109 2.109 ~amd64 ~x86" ) # @ECLASS_VARIABLE: _DLANG_GDC_FRONTENDS |