commit: 3204c8107b82bc6c6eb6955ab82c2f048dff59bb
Author: Andrei Horodniceanu <a.horodniceanu <AT> proton <DOT> me>
AuthorDate: Thu Aug 28 18:25:46 2025 +0000
Commit: Horodniceanu Andrei <a.horodniceanu <AT> proton <DOT> me>
CommitDate: Thu Aug 28 18:25:46 2025 +0000
URL: https://gitweb.gentoo.org/repo/user/dlang.git/commit/?id=3204c810
dev-lang/dmd: 9999 backport DLANG_COMPAT additions
Signed-off-by: Andrei Horodniceanu <a.horodniceanu <AT> proton.me>
dev-lang/dmd/dmd-9999.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-lang/dmd/dmd-9999.ebuild b/dev-lang/dmd/dmd-9999.ebuild
index 1105fc8..5e7a2f5 100644
--- a/dev-lang/dmd/dmd-9999.ebuild
+++ b/dev-lang/dmd/dmd-9999.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
@@ -8,7 +8,7 @@ if [[ ${PV} != *9999* ]]; then
else
BOOTSTRAP_VERSION=2.109.1
fi
-DLANG_COMPAT=( dmd-2_{106..109} gdc-1{3,4} ldc2-1_{35..39} )
+DLANG_COMPAT=( dmd-2_{106..111} gdc-1{3..5} ldc2-1_{35..40} )
inherit dmd-r1