diff options
author | Andrei Horodniceanu <a.horodniceanu@proton.me> | 2024-05-30 08:15:09 +0300 |
---|---|---|
committer | Andrei Horodniceanu <a.horodniceanu@proton.me> | 2024-05-30 08:15:09 +0300 |
commit | b2175f841edbc63025cffc9d7f6e4a415eed41d4 (patch) | |
tree | 7b75a41d9f0040a0caa94730d7883b5c34212d7b /dev-lang | |
parent | dev-lang/ldc2: add 1.38.0 (diff) | |
download | dlang-b2175f841edbc63025cffc9d7f6e4a415eed41d4.tar.gz dlang-b2175f841edbc63025cffc9d7f6e4a415eed41d4.tar.bz2 dlang-b2175f841edbc63025cffc9d7f6e4a415eed41d4.zip |
dev-lang/dmd: enable ldc2-1_38
Signed-off-by: Andrei Horodniceanu <a.horodniceanu@proton.me>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/dmd/dmd-2.108.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/dmd/dmd-2.108.1.ebuild b/dev-lang/dmd/dmd-2.108.1.ebuild index 7c7c41c..8b16376 100644 --- a/dev-lang/dmd/dmd-2.108.1.ebuild +++ b/dev-lang/dmd/dmd-2.108.1.ebuild @@ -4,7 +4,7 @@ EAPI=8 KEYWORDS="-* ~amd64 ~x86" -DLANG_COMPAT=( dmd-2_{106..108} gdc-13 ldc2-1_{35..37} ) +DLANG_COMPAT=( dmd-2_{106..108} gdc-13 ldc2-1_{35..38} ) inherit dmd-r1 |