diff options
author | Andrei Horodniceanu <a.horodniceanu@proton.me> | 2024-05-31 07:52:40 +0300 |
---|---|---|
committer | Andrei Horodniceanu <a.horodniceanu@proton.me> | 2024-05-31 07:52:40 +0300 |
commit | 4f0f502b9e28d83d19c66877c72b635b4f3f9ce7 (patch) | |
tree | 063bb1b859ea4bd0c77cf95e13f2136b2bef4e80 | |
parent | dev-util/dcd: enable ldc2-1_38 (diff) | |
download | dlang-4f0f502b9e28d83d19c66877c72b635b4f3f9ce7.tar.gz dlang-4f0f502b9e28d83d19c66877c72b635b4f3f9ce7.tar.bz2 dlang-4f0f502b9e28d83d19c66877c72b635b4f3f9ce7.zip |
dev-util/dfmt: enable ldc2-1_38
Signed-off-by: Andrei Horodniceanu <a.horodniceanu@proton.me>
-rw-r--r-- | dev-util/dfmt/dfmt-0.15.1-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/dfmt/dfmt-0.15.1-r2.ebuild b/dev-util/dfmt/dfmt-0.15.1-r2.ebuild index f9d0034..98afa52 100644 --- a/dev-util/dfmt/dfmt-0.15.1-r2.ebuild +++ b/dev-util/dfmt/dfmt-0.15.1-r2.ebuild @@ -16,7 +16,7 @@ LICENSE="Boost-1.0" SLOT="0" KEYWORDS="~amd64 ~arm64 ~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 dlang-single bash-completion-r1 |