app-editors/appflowy-bin: add 0.7.4, drop 0.7.3
[gentoo-zh.git] / dev-debug / lldb-mi / lldb-mi-9999.ebuild
blobcdab5fc2a43ffaef7fabc8554a86102f5c5d39b2
1 # Copyright 2022-2023 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 sys-devel/llvm:=
21 dev-debug/lldb
23 RDEPEND="${DEPEND}"