diff --git a/dev-debug/lldb-mi/lldb-mi-0.0.1.ebuild b/dev-debug/lldb-mi/lldb-mi-0.0.1.ebuild index 7306e4a165..8a59d6fe7c 100644 --- a/dev-debug/lldb-mi/lldb-mi-0.0.1.ebuild +++ b/dev-debug/lldb-mi/lldb-mi-0.0.1.ebuild @@ -1,11 +1,11 @@ -# Copyright 2024-2025 Gentoo Authors +# Copyright 2024-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -LLVM_COMPAT=( {15..21} ) +LLVM_COMPAT=( {16..23} ) -inherit cmake llvm-r1 +inherit cmake llvm-r2 DESCRIPTION="LLDB Machine Interface Driver" HOMEPAGE="https://github.com/lldb-tools/lldb-mi" diff --git a/dev-debug/lldb-mi/lldb-mi-9999.ebuild b/dev-debug/lldb-mi/lldb-mi-9999.ebuild index 7306e4a165..8a59d6fe7c 100644 --- a/dev-debug/lldb-mi/lldb-mi-9999.ebuild +++ b/dev-debug/lldb-mi/lldb-mi-9999.ebuild @@ -1,11 +1,11 @@ -# Copyright 2024-2025 Gentoo Authors +# Copyright 2024-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -LLVM_COMPAT=( {15..21} ) +LLVM_COMPAT=( {16..23} ) -inherit cmake llvm-r1 +inherit cmake llvm-r2 DESCRIPTION="LLDB Machine Interface Driver" HOMEPAGE="https://github.com/lldb-tools/lldb-mi"