mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-10 12:08:43 -04:00
app-admin/ripasso: Fixed missing clang dependency
Closes: https://bugs.gentoo.org/951163 Signed-off-by: Jonas Frei <freijon@pm.me>
This commit is contained in:
parent
aaf1f16499
commit
29f28964ea
@ -7,7 +7,10 @@ EAPI=8
|
||||
|
||||
CRATES=""
|
||||
|
||||
inherit cargo plocale
|
||||
LLVM_COMPAT=( {17..19} )
|
||||
RUST_NEEDS_LLVM=1
|
||||
|
||||
inherit llvm-r1 cargo plocale
|
||||
|
||||
PLOCALES="de fr it nb nn ru sv"
|
||||
|
||||
@ -43,6 +46,7 @@ DEPEND="
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND="
|
||||
virtual/pkgconfig
|
||||
$(llvm_gen_dep 'llvm-core/clang:${LLVM_SLOT}=')
|
||||
"
|
||||
|
||||
# See https://github.com/cortex/ripasso/issues/348
|
||||
|
Loading…
x
Reference in New Issue
Block a user