commit: 7b8895862f4772449aaac0be18cb88d4358abbba Author: Florian Schmaus <flow <AT> gentoo <DOT> org> AuthorDate: Wed Jan 8 08:59:09 2025 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Wed Jan 8 09:02:22 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b889586
sys-kernel/scx: add LLVM 19 Closes: https://bugs.gentoo.org/947687 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org> sys-kernel/scx/scx-1.0.8.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-kernel/scx/scx-1.0.8.ebuild b/sys-kernel/scx/scx-1.0.8.ebuild index 7fffa4a5be4e..79884dd73d38 100644 --- a/sys-kernel/scx/scx-1.0.8.ebuild +++ b/sys-kernel/scx/scx-1.0.8.ebuild @@ -1,9 +1,9 @@ -# Copyright 2024 Gentoo Authors +# Copyright 2024-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -LLVM_COMPAT=( {16..18} ) +LLVM_COMPAT=( {16..19} ) # List of crates for pycargoebuild: # rust/scx_{loader,rustland_core,stats,utils}
