llvm-r1.eclass: Remove slots < 16

Signed-off-by: Michał Górny <mgorny@gentoo.org>
Part-of: https://codeberg.org/gentoo/gentoo/pulls/865
This commit is contained in:
Michał Górny
2026-05-09 15:12:15 +02:00
parent 66db747c14
commit 5efe44aa73

View File

@@ -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