diff options
author | Florian Schmaus <flow@gentoo.org> | 2023-03-09 18:50:33 +0100 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2023-03-09 18:51:11 +0100 |
commit | 7b5492a0d2e76edefce33a23b0f5c9e72a020f36 (patch) | |
tree | 5b6d42683f44961aa18a346eacec7885fff64586 /dev-lang/zig | |
parent | dev-util/idea-community: drop 2022.3.2 (diff) | |
download | gentoo-7b5492a0d2e76edefce33a23b0f5c9e72a020f36.tar.gz gentoo-7b5492a0d2e76edefce33a23b0f5c9e72a020f36.tar.bz2 gentoo-7b5492a0d2e76edefce33a23b0f5c9e72a020f36.zip |
dev-lang/zig(-bin): eselect-zig is an IDEPEND
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'dev-lang/zig')
-rw-r--r-- | dev-lang/zig/zig-0.10.1-r2.ebuild (renamed from dev-lang/zig/zig-0.10.1-r1.ebuild) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-lang/zig/zig-0.10.1-r1.ebuild b/dev-lang/zig/zig-0.10.1-r2.ebuild index d92a0e709dda..7c16e1d9761c 100644 --- a/dev-lang/zig/zig-0.10.1-r1.ebuild +++ b/dev-lang/zig/zig-0.10.1-r2.ebuild @@ -34,9 +34,10 @@ DEPEND=" RDEPEND=" ${DEPEND} - app-eselect/eselect-zig " +IDEPEND="app-eselect/eselect-zig" + # see https://github.com/ziglang/zig/issues/3382 # For now, Zig Build System doesn't support enviromental CFLAGS/LDFLAGS/etc. QA_FLAGS_IGNORED="usr/bin/zig" |