Since zig_src_unpack() is an exported phase function of zig.eclass, so
there is no need to explictily define src_unpack() (if no other
inherited eclass also exports src_unpack(), which is not the case for
this ebuild).
Signed-off-by: Florian Schmaus <flow@gentoo.org>
It used zig version selected by user in `eselect-zig` previously,
which is incorrect, as ebuild should use own, detected Zig version.
Seems like this logic is also copy-pasted from
2724ddc753/gui-wm/river/river-0.3.2.ebuild ,
which, in its turn, has old logic from sys-fs/ncdu. Not critical, but
fixed this too.
Signed-off-by: Eric Joldasov <bratishkaerik@landless-city.net>
Removing River due to a hard dependency on Zig 0.9.1, which was removed
due to relying on LLVM 13.
Bug: 876181
Signed-off-by: Cara Salter <cara@devcara.com>