commit: 92b008c53f99715797248fdbf68b31873048fe08
Author: Andrei Horodniceanu <a.horodniceanu <AT> proton <DOT> me>
AuthorDate: Sun Jul 14 10:43:17 2024 +0000
Commit: Horodniceanu Andrei <a.horodniceanu <AT> proton <DOT> me>
CommitDate: Sun Jul 14 10:43:17 2024 +0000
URL: https://gitweb.gentoo.org/repo/user/dlang.git/commit/?id=92b008c5
dlang-compilers-r1.eclass: Correct ldc2:1.39 entry to match ebuild
Correct the keywords list in the eclass by removing the arm64 keyword
which has been dropped with the ldc2:1.39 addition. It should be added
back when tests on arm64 can be performed again.
Signed-off-by: Andrei Horodniceanu <a.horodniceanu <AT> proton.me>
eclass/dlang-compilers-r1.eclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eclass/dlang-compilers-r1.eclass b/eclass/dlang-compilers-r1.eclass
index f601e92..b570a64 100644
--- a/eclass/dlang-compilers-r1.eclass
+++ b/eclass/dlang-compilers-r1.eclass
@@ -96,7 +96,7 @@ readonly _DLANG_LDC2_FRONTENDS=(
"1.36 2.106 ~amd64 ~arm64 ~x86"
"1.37 2.107 ~amd64 ~arm64 ~x86"
"1.38 2.108 ~amd64 ~arm64 ~x86"
- "1.39 2.109 ~amd64 ~arm64 ~x86"
+ "1.39 2.109 ~amd64 ~x86"
)
# @FUNCTION: _dlang_accumulate_implementations