summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-12-11 12:25:13 +0100
committerMichał Górny <mgorny@gentoo.org>2024-12-11 12:53:21 +0100
commite572f2011e30b309d26963ac156a7af860ad0d42 (patch)
tree4c1e2d96089ee2cea60086e31d72c4080fe19811 /dev-lang/zig
parentMove {sys-devel → llvm-core}/lld-toolchain-symlinks (diff)
downloadgentoo-e572f2011e30b309d26963ac156a7af860ad0d42.tar.gz
gentoo-e572f2011e30b309d26963ac156a7af860ad0d42.tar.bz2
gentoo-e572f2011e30b309d26963ac156a7af860ad0d42.zip
Move {sys-devel → llvm-core}/lld
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-lang/zig')
-rw-r--r--dev-lang/zig/zig-0.13.0-r1.ebuild2
-rw-r--r--dev-lang/zig/zig-9999.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/zig/zig-0.13.0-r1.ebuild b/dev-lang/zig/zig-0.13.0-r1.ebuild
index 92b7c508bd85..42a40742e601 100644
--- a/dev-lang/zig/zig-0.13.0-r1.ebuild
+++ b/dev-lang/zig/zig-0.13.0-r1.ebuild
@@ -53,7 +53,7 @@ BUILD_DIR="${S}/build"
# options that are passed to LLVM CMake building (excluding "static" ofc).
DEPEND="
llvm-core/clang:${LLVM_MAX_SLOT}=
- sys-devel/lld:${LLVM_MAX_SLOT}=
+ llvm-core/lld:${LLVM_MAX_SLOT}=
sys-devel/llvm:${LLVM_MAX_SLOT}=[zstd]
"
diff --git a/dev-lang/zig/zig-9999.ebuild b/dev-lang/zig/zig-9999.ebuild
index 835f71f2505b..140e76c96085 100644
--- a/dev-lang/zig/zig-9999.ebuild
+++ b/dev-lang/zig/zig-9999.ebuild
@@ -57,7 +57,7 @@ DEPEND="
llvm? (
$(llvm_gen_dep '
llvm-core/clang:${LLVM_SLOT}
- sys-devel/lld:${LLVM_SLOT}
+ llvm-core/lld:${LLVM_SLOT}
sys-devel/llvm:${LLVM_SLOT}[zstd]
')
)