aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Horodniceanu <a.horodniceanu@proton.me>2025-01-03 18:59:03 +0200
committerAndrei Horodniceanu <a.horodniceanu@proton.me>2025-01-03 18:59:03 +0200
commitd5eda1eae636026e9586130a4bb224e1b01676bb (patch)
tree9ca2380be453cb4dd7f8b7687cea8488b8432711
parentdev-util/dlang-tools: enable ldc2-1_40 (diff)
downloaddlang-d5eda1eae636026e9586130a4bb224e1b01676bb.tar.gz
dlang-d5eda1eae636026e9586130a4bb224e1b01676bb.tar.bz2
dlang-d5eda1eae636026e9586130a4bb224e1b01676bb.zip
dev-util/dscanner: enable ldc2-1_40
Signed-off-by: Andrei Horodniceanu <a.horodniceanu@proton.me>
-rw-r--r--dev-util/dscanner/dscanner-0.16.0_beta4.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/dscanner/dscanner-0.16.0_beta4.ebuild b/dev-util/dscanner/dscanner-0.16.0_beta4.ebuild
index a60f04c..1de66c1 100644
--- a/dev-util/dscanner/dscanner-0.16.0_beta4.ebuild
+++ b/dev-util/dscanner/dscanner-0.16.0_beta4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -34,7 +34,7 @@ KEYWORDS="~amd64 ~arm64 ~x86"
IUSE="debug test"
RESTRICT="!test? ( test )"
-DLANG_COMPAT=( dmd-2_{106..109} gdc-1{3,4} ldc2-1_{35..39} )
+DLANG_COMPAT=( dmd-2_{106..109} gdc-1{3,4} ldc2-1_{35..40} )
inherit dlang-single