diff options
author | Andrei Horodniceanu <a.horodniceanu@proton.me> | 2024-07-14 13:43:17 +0300 |
---|---|---|
committer | Andrei Horodniceanu <a.horodniceanu@proton.me> | 2024-07-14 13:43:17 +0300 |
commit | 92b008c53f99715797248fdbf68b31873048fe08 (patch) | |
tree | 4e50daaca2204507bc46afe1afc2c14b1caa6893 | |
parent | dev-util/dcd: enable dmd-2_109 and ldc2-1_39 (diff) | |
download | dlang-92b008c53f99715797248fdbf68b31873048fe08.tar.gz dlang-92b008c53f99715797248fdbf68b31873048fe08.tar.bz2 dlang-92b008c53f99715797248fdbf68b31873048fe08.zip |
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@proton.me>
-rw-r--r-- | eclass/dlang-compilers-r1.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
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 |