mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-07 06:02:58 -04:00
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:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user