Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.gentoo.dev > #70530
| From | Michał Górny <mgorny@gentoo.org> |
|---|---|
| Newsgroups | linux.gentoo.dev |
| Subject | [gentoo-dev] [PATCH 3/4] llvm-r2.eclass: Remove slots < 16 |
| Date | 2026-05-09 15:20 +0200 |
| Message-ID | <MSPL3-3Rhp-15@gated-at.bofh.it> (permalink) |
| References | <MSPL3-3Rhp-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Signed-off-by: Michał Górny <mgorny@gentoo.org> --- eclass/llvm-r2.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/llvm-r2.eclass b/eclass/llvm-r2.eclass index f0b0493f83e34..6a3ee23f17a84 100644 --- a/eclass/llvm-r2.eclass +++ b/eclass/llvm-r2.eclass @@ -63,7 +63,7 @@ inherit llvm-utils multilib # @DESCRIPTION: # Oldest supported LLVM slot. This is used to automatically filter out # unsupported LLVM_COMPAT values. -_LLVM_OLDEST_SLOT=15 +_LLVM_OLDEST_SLOT=16 # @ECLASS_VARIABLE: _LLVM_NEWEST_STABLE # @INTERNAL
Back to linux.gentoo.dev | Previous | Next — Previous in thread | 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