Groups | Search | Server Info | Keyboard shortcuts | Login | Register
Groups > linux.gentoo.dev > #70528
| From | Michał Górny <mgorny@gentoo.org> |
|---|---|
| Newsgroups | linux.gentoo.dev |
| Subject | [gentoo-dev] [PATCH 2/4] llvm-r1.eclass: Remove slots < 16 |
| Date | 2026-05-09 15:20 +0200 |
| Message-ID | <MSPL3-3Rhp-3@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-r1.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/llvm-r1.eclass b/eclass/llvm-r1.eclass index 55cb0c0cafd0a..f5642bcee68e7 100644 --- a/eclass/llvm-r1.eclass +++ b/eclass/llvm-r1.eclass @@ -57,7 +57,7 @@ inherit llvm-utils # @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 | Find similar
[gentoo-dev] [PATCH 2/4] llvm-r1.eclass: Remove slots < 16 Michał Górny <mgorny@gentoo.org> - 2026-05-09 15:20 +0200
csiph-web