diff options
author | Horodniceanu Andrei <a.horodniceanu@proton.me> | 2024-01-02 01:17:12 +0200 |
---|---|---|
committer | Horodniceanu Andrei <a.horodniceanu@proton.me> | 2024-01-02 01:17:12 +0200 |
commit | f6d04f66592285cfeac3e9014821b824627ff392 (patch) | |
tree | 9f4774a9090a1212dabae9f901cf510fbf56e6b7 /eclass | |
parent | dev-util/serve-d: new package, add 0.8.0_beta15 (diff) | |
download | dlang-f6d04f66592285cfeac3e9014821b824627ff392.tar.gz dlang-f6d04f66592285cfeac3e9014821b824627ff392.tar.bz2 dlang-f6d04f66592285cfeac3e9014821b824627ff392.zip |
dev-lang/ldc2: remove llvm:14 dependent versions
Signed-off-by: Horodniceanu Andrei <a.horodniceanu@proton.me>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/dlang-compilers.eclass | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/eclass/dlang-compilers.eclass b/eclass/dlang-compilers.eclass index 29c2dde..30d3efd 100644 --- a/eclass/dlang-compilers.eclass +++ b/eclass/dlang-compilers.eclass @@ -42,9 +42,6 @@ dlang-compilers_declare_versions() { # LDC _dlang_ldc2_frontend=( - ["1.29"]="2.099 amd64 ~arm ~arm64 ~ppc64 x86" - ["1.30"]="2.100 amd64 ~arm ~arm64 ~ppc64 x86" - ["1.31"]="2.101 amd64 ~arm64 x86" ["1.32"]="2.102 amd64 ~arm64 x86" ["1.33"]="2.103 amd64 ~arm64 x86" ["1.34"]="2.104 amd64 ~arm64 x86" |