summaryrefslogtreecommitdiff
path: root/dev-lang/rust/rust-1.75.0-r100.ebuild
diff options
context:
space:
mode:
authorMatt Jolly <kangie@gentoo.org>2024-11-09 22:19:12 +1000
committerMatt Jolly <kangie@gentoo.org>2024-11-09 22:25:00 +1000
commitc7be6e54f62e55282fe9d3be2f4c60ae0716ca87 (patch)
tree752955483d179136fb74a79d3c6a35fdfda67734 /dev-lang/rust/rust-1.75.0-r100.ebuild
parent97873a07c55c460b276750dfe92935f321710f04 (diff)
downloadgentoo-c7be6e54f62e55282fe9d3be2f4c60ae0716ca87.tar.gz
gentoo-c7be6e54f62e55282fe9d3be2f4c60ae0716ca87.tar.bz2
gentoo-c7be6e54f62e55282fe9d3be2f4c60ae0716ca87.zip
dev-lang/rust: update DEPEND
`LLVM_DEPEND` is actually an array so we need to expand it else we only get the first element. Closes: https://bugs.gentoo.org/943131 Signed-off-by: Matt Jolly <kangie@gentoo.org>
Diffstat (limited to 'dev-lang/rust/rust-1.75.0-r100.ebuild')
-rw-r--r--dev-lang/rust/rust-1.75.0-r100.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/rust/rust-1.75.0-r100.ebuild b/dev-lang/rust/rust-1.75.0-r100.ebuild
index 0514e26ddc1c..0517e38b84f4 100644
--- a/dev-lang/rust/rust-1.75.0-r100.ebuild
+++ b/dev-lang/rust/rust-1.75.0-r100.ebuild
@@ -90,7 +90,7 @@ DEPEND="
sys-libs/zlib:=
dev-libs/openssl:0=
system-llvm? (
- ${LLVM_DEPEND}
+ ${LLVM_DEPEND[*]}
llvm-libunwind? ( sys-libs/llvm-libunwind:= )
)
!system-llvm? (