diff options
author | Florian Schmaus <flow@gentoo.org> | 2023-03-09 18:55:36 +0100 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2023-03-09 18:55:36 +0100 |
commit | 62c12329b91daf81370acaa9873cebeab8b7f289 (patch) | |
tree | 7c69beeec61f992627e15000e1e6199e2acf7285 /dev-lang | |
parent | dev-lang/zig(-bin): eselect-zig is an IDEPEND (diff) | |
download | gentoo-62c12329b91daf81370acaa9873cebeab8b7f289.tar.gz gentoo-62c12329b91daf81370acaa9873cebeab8b7f289.tar.bz2 gentoo-62c12329b91daf81370acaa9873cebeab8b7f289.zip |
dev-lang/zig: sync live
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/zig/zig-9999.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-lang/zig/zig-9999.ebuild b/dev-lang/zig/zig-9999.ebuild index b3846db59b81..c744d732215e 100644 --- a/dev-lang/zig/zig-9999.ebuild +++ b/dev-lang/zig/zig-9999.ebuild @@ -35,9 +35,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" |