From 45b5c507cc2d048dfcc4c8b3e583bedcff7ed16e Mon Sep 17 00:00:00 2001 From: Paul Zander Date: Thu, 30 Apr 2026 13:15:18 +0200 Subject: [PATCH] dev-debug/lldb-mi: allow LLVM_SLOT: 22 23, drop 15, use llvm-r2 Signed-off-by: Paul Zander --- dev-debug/lldb-mi/lldb-mi-0.0.1.ebuild | 6 +++--- dev-debug/lldb-mi/lldb-mi-9999.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) 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"