diff options
author | Andrei Horodniceanu <a.horodniceanu@proton.me> | 2024-07-14 10:50:21 +0300 |
---|---|---|
committer | Andrei Horodniceanu <a.horodniceanu@proton.me> | 2024-07-14 10:50:21 +0300 |
commit | 10ec98c52671ec33e8bead1594a4e88285e9ea1f (patch) | |
tree | 7c75c36fb3cb71844357c2fcf6252fbac9f7dde1 | |
parent | dev-util/dub: add 1.38.1 (diff) | |
download | dlang-10ec98c52671ec33e8bead1594a4e88285e9ea1f.tar.gz dlang-10ec98c52671ec33e8bead1594a4e88285e9ea1f.tar.bz2 dlang-10ec98c52671ec33e8bead1594a4e88285e9ea1f.zip |
dev-libs/gtkd: enable dmd-2_109 and ldc2-1_39
Signed-off-by: Andrei Horodniceanu <a.horodniceanu@proton.me>
-rw-r--r-- | dev-libs/gtkd/gtkd-3.10.0-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/gtkd/gtkd-3.10.0-r2.ebuild b/dev-libs/gtkd/gtkd-3.10.0-r2.ebuild index 730c22a..5381385 100644 --- a/dev-libs/gtkd/gtkd-3.10.0-r2.ebuild +++ b/dev-libs/gtkd/gtkd-3.10.0-r2.ebuild @@ -14,7 +14,7 @@ SLOT="3" KEYWORDS="~amd64 ~x86" MULTILIB_COMPAT=( abi_x86_{32,64} ) -DLANG_COMPAT=( dmd-2_{106..108} gdc-1{3,4} ldc2-1_{35..38} ) +DLANG_COMPAT=( dmd-2_{106..109} gdc-1{3,4} ldc2-1_{35..39} ) declare -A DLANG_REQ_USE=( [dmd]="${MULTILIB_USEDEP}" [gdc]="" |