summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Schmaus <flow@gentoo.org>2023-03-09 18:50:33 +0100
committerFlorian Schmaus <flow@gentoo.org>2023-03-09 18:51:11 +0100
commit7b5492a0d2e76edefce33a23b0f5c9e72a020f36 (patch)
tree5b6d42683f44961aa18a346eacec7885fff64586 /dev-lang/zig
parentdev-util/idea-community: drop 2022.3.2 (diff)
downloadgentoo-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"