commit: 6f5f1be696877d7b5be1098abbdd4a68633a399a Author: Andrei Horodniceanu <a.horodniceanu <AT> proton <DOT> me> AuthorDate: Fri Jan 3 18:04:13 2025 +0000 Commit: Horodniceanu Andrei <a.horodniceanu <AT> proton <DOT> me> CommitDate: Fri Jan 3 18:04:13 2025 +0000 URL: https://gitweb.gentoo.org/repo/user/dlang.git/commit/?id=6f5f1be6
sys-fs/btdu: enable ldc2-1_40 Signed-off-by: Andrei Horodniceanu <a.horodniceanu <AT> proton.me> sys-fs/btdu/btdu-0.5.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-fs/btdu/btdu-0.5.1.ebuild b/sys-fs/btdu/btdu-0.5.1.ebuild index 99a72d8..0fc2bbe 100644 --- a/sys-fs/btdu/btdu-0.5.1.ebuild +++ b/sys-fs/btdu/btdu-0.5.1.ebuild @@ -1,11 +1,11 @@ -# Copyright 2024 Gentoo Authors +# Copyright 2024-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 # gdc-13 is disabled due to: https://gcc.gnu.org/PR111650 # gdc-14 is disabled due to: https://gcc.gnu.org/PR116373 -DLANG_COMPAT=( dmd-2_10{6..9} ldc2-1_3{5..9} ) +DLANG_COMPAT=( dmd-2_10{6..9} ldc2-1_{35..40} ) DUB_DEPENDENCIES=( "[email protected]" "[email protected]"
