Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.gentoo.dev > #70531
| From | Michał Górny <mgorny@gentoo.org> |
|---|---|
| Newsgroups | linux.gentoo.dev |
| Subject | [gentoo-dev] [PATCH 4/4] profiles: Remove llvm_slot_15 |
| Date | 2026-05-09 15:30 +0200 |
| Message-ID | <MSPUK-3RkD-9@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> --- profiles/base/use.mask | 5 ----- profiles/desc/llvm_slot.desc | 3 +-- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/profiles/base/use.mask b/profiles/base/use.mask index 54832168515a0..c95e0d57f0891 100644 --- a/profiles/base/use.mask +++ b/profiles/base/use.mask @@ -15,11 +15,6 @@ python_single_target_python3_15t # LLVM slots with no keyworded releases yet. llvm_slot_23 -# Michał Górny <mgorny@gentoo.org> (2026-01-13) -# LLVM 15 is only required by masked packages. It will be removed when -# the reverse dependencies are gone. Bug #920536. -llvm_slot_15 - # Sam James <sam@entoo.org> (2025-12-02) # GCC 16 is not yet released ada_target_gcc_16 diff --git a/profiles/desc/llvm_slot.desc b/profiles/desc/llvm_slot.desc index 688a2f4a01ea3..9a8a2a20b35c8 100644 --- a/profiles/desc/llvm_slot.desc +++ b/profiles/desc/llvm_slot.desc @@ -1,7 +1,6 @@ -# Copyright 2024-2025 Gentoo Authors +# Copyright 2024-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -15 - Use LLVM 15. 16 - Use LLVM 16. 17 - Use LLVM 17. 18 - Use LLVM 18.
Back to linux.gentoo.dev | Previous | Next — Previous 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