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-bin | |
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-bin')
-rw-r--r-- | dev-lang/zig-bin/zig-bin-0.10.1-r2.ebuild (renamed from dev-lang/zig-bin/zig-bin-0.10.1-r1.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/zig-bin/zig-bin-0.10.1-r1.ebuild b/dev-lang/zig-bin/zig-bin-0.10.1-r2.ebuild index 30514b6b713a..745201699674 100644 --- a/dev-lang/zig-bin/zig-bin-0.10.1-r1.ebuild +++ b/dev-lang/zig-bin/zig-bin-0.10.1-r2.ebuild @@ -17,7 +17,7 @@ SLOT="$(ver_cut 1-2)" KEYWORDS="-* ~amd64 ~arm ~arm64 ~riscv ~x86" IUSE="doc" -RDEPEND="app-eselect/eselect-zig" +IDEPEND="app-eselect/eselect-zig" # Zig provides its standard library in source form "/opt/zig-bin-{PV}/lib/", # and all other Zig libraries are meant to be consumed in source form, # because they can use compile-time mechanics (and it is easier for distributions to patch them) |