dev-debug/lldb-mi: allow LLVM_SLOT: 22 23, drop 15, use llvm-r2

Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com>
This commit is contained in:
Paul Zander
2026-04-30 13:15:18 +02:00
parent 85de670b93
commit 45b5c507cc
2 changed files with 6 additions and 6 deletions

View File

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

View File

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