commit: 915967e923b282c2d11ab87f3b5441c999861965 Author: Andrei Horodniceanu <a.horodniceanu <AT> proton <DOT> me> AuthorDate: Fri Jan 3 17:29:29 2025 +0000 Commit: Horodniceanu Andrei <a.horodniceanu <AT> proton <DOT> me> CommitDate: Fri Jan 3 17:29:29 2025 +0000 URL: https://gitweb.gentoo.org/repo/user/dlang.git/commit/?id=915967e9
dev-util/serve-d: enable ldc2-1_40 Signed-off-by: Andrei Horodniceanu <a.horodniceanu <AT> proton.me> dev-util/serve-d/serve-d-0.8.0_beta17.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/serve-d/serve-d-0.8.0_beta17.ebuild b/dev-util/serve-d/serve-d-0.8.0_beta17.ebuild index 5a0dd02..c53493a 100644 --- a/dev-util/serve-d/serve-d-0.8.0_beta17.ebuild +++ b/dev-util/serve-d/serve-d-0.8.0_beta17.ebuild @@ -1,11 +1,11 @@ -# Copyright 2023-2024 Gentoo Authors +# Copyright 2023-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 MY_PV="$(ver_rs 3 - 4 .)" # 0.8.0_beta15 -> 0.8.0-beta.15 # gdc currently fails due to a bug in mir-cpuid, see: https://github.com/libmir/mir-cpuid/pull/46 -DLANG_COMPAT=( dmd-2_{106..109} ldc2-1_{35..39} ) +DLANG_COMPAT=( dmd-2_{106..109} ldc2-1_{35..40} ) DUB_DEPENDENCIES=( "[email protected]" "[email protected]"
