dev-python/conda-libmamba-solver: bump version to 24.11.1
[gentoo-zh.git] / dev-debug / lldb-mi / lldb-mi-9999.ebuild
blobbd78f93d7d42c03f9a904f3513b27521ecc739ee
1 # Copyright 2022-2024 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
4 EAPI=8
6 DESCRIPTION="LLDB Machine Interface Driver"
7 HOMEPAGE="https://github.com/lldb-tools/lldb-mi"
9 EGIT_REPO_URI="https://github.com/lldb-tools/lldb-mi.git"
11 EGIT_BRANCH="main"
13 inherit git-r3 cmake
15 LICENSE="Apache-2.0-with-LLVM-exceptions"
16 SLOT="0"
17 #KEYWORDS="amd64"
19 DEPEND="
20 llvm-core/llvm:=
21 llvm-core/lldb
23 RDEPEND="${DEPEND}"