commit: 3ac4c15d70608ef327632274fb9e47369a37e055 Author: Andrei Horodniceanu <a.horodniceanu <AT> proton <DOT> me> AuthorDate: Sun Aug 24 16:17:38 2025 +0000 Commit: Horodniceanu Andrei <a.horodniceanu <AT> proton <DOT> me> CommitDate: Sun Aug 24 16:22:56 2025 +0000 URL: https://gitweb.gentoo.org/repo/user/dlang.git/commit/?id=3ac4c15d
eclass/tests: Fix the usage of a removed dmd version Signed-off-by: Andrei Horodniceanu <a.horodniceanu <AT> proton.me> eclass/tests/dlang-utils.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/tests/dlang-utils.sh b/eclass/tests/dlang-utils.sh index 84a5a2b..2fa68b0 100755 --- a/eclass/tests/dlang-utils.sh +++ b/eclass/tests/dlang-utils.sh @@ -120,7 +120,7 @@ test_var DLANG_VERSION_FLAG dmd-2.102 "-version" test_var DLANG_VERSION_FLAG gdc-13 "-fversion" test_var DLANG_VERSION_FLAG ldc2-1_36 "-d-version" -test_var DLANG_FE_VERSION dmd-2.102 2.102 +test_var DLANG_FE_VERSION dmd-2.111 2.111 test_var DLANG_FE_VERSION gdc-13 2.103 test_var DLANG_FE_VERSION ldc2-1_36 2.106
