diff options
author | Andrei Horodniceanu <a.horodniceanu@proton.me> | 2024-06-01 21:50:27 +0300 |
---|---|---|
committer | Andrei Horodniceanu <a.horodniceanu@proton.me> | 2024-06-01 21:50:27 +0300 |
commit | 6d6cde8ee7233c7a9e56c9385772b6e13a695573 (patch) | |
tree | 1112e96f6e079284e9ed1b1099dd38ce493b7528 | |
parent | dev-util/dcd: enable gdc-14 (diff) | |
download | dlang-6d6cde8ee7233c7a9e56c9385772b6e13a695573.tar.gz dlang-6d6cde8ee7233c7a9e56c9385772b6e13a695573.tar.bz2 dlang-6d6cde8ee7233c7a9e56c9385772b6e13a695573.zip |
dev-util/dub: enable ldc2-1_38
Signed-off-by: Andrei Horodniceanu <a.horodniceanu@proton.me>
-rw-r--r-- | dev-util/dub/dub-1.37.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/dub/dub-1.37.0.ebuild b/dev-util/dub/dub-1.37.0.ebuild index 3db7f28..d1dc510 100644 --- a/dev-util/dub/dub-1.37.0.ebuild +++ b/dev-util/dub/dub-1.37.0.ebuild @@ -36,7 +36,7 @@ KEYWORDS="~amd64 ~arm64 ~x86" IUSE="doc test" RESTRICT="!test? ( test )" -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 dlang-single shell-completion |