Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.gentoo.dev > #70529
| From | Michał Górny <mgorny@gentoo.org> |
|---|---|
| Newsgroups | linux.gentoo.dev |
| Subject | [gentoo-dev] [PATCH 1/4] llvm.eclass: Remove LLVM slots < 16 |
| Date | 2026-05-09 15:20 +0200 |
| Message-ID | <MSPL3-3Rhp-5@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Signed-off-by: Michał Górny <mgorny@gentoo.org>
---
eclass/llvm.eclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eclass/llvm.eclass b/eclass/llvm.eclass
index 592bfe226c966..34ff07b0d9708 100644
--- a/eclass/llvm.eclass
+++ b/eclass/llvm.eclass
@@ -82,7 +82,7 @@ DEPEND="!!llvm-core/llvm:0"
# @INTERNAL
# @DESCRIPTION:
# Correct values of LLVM slots, newest first.
-declare -g -r _LLVM_KNOWN_SLOTS=( {19..8} )
+declare -g -r _LLVM_KNOWN_SLOTS=( {19..16} )
# @ECLASS_VARIABLE: LLVM_ECLASS_SKIP_PKG_SETUP
# @INTERNAL
Back to linux.gentoo.dev | Previous | Next — Next in thread | Find similar
[gentoo-dev] [PATCH 1/4] llvm.eclass: Remove LLVM slots < 16 Michał Górny <mgorny@gentoo.org> - 2026-05-09 15:20 +0200 [gentoo-dev] [PATCH 3/4] llvm-r2.eclass: Remove slots < 16 Michał Górny <mgorny@gentoo.org> - 2026-05-09 15:20 +0200 [gentoo-dev] [PATCH 4/4] profiles: Remove llvm_slot_15 Michał Górny <mgorny@gentoo.org> - 2026-05-09 15:30 +0200
csiph-web