gui-wm/river: drop unnecessary definition of src_unpack()

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>
This commit is contained in:
Florian Schmaus
2024-12-28 21:05:25 +01:00
parent bb10c3b13b
commit 295f6f8eb9

View File

@@ -52,10 +52,6 @@ PATCHES=( "${FILESDIR}/${P}-fix-no-lazypath.patch" )
DOCS=( "README.md" )
src_unpack() {
zig_src_unpack
}
src_configure() {
local my_zbs_args=(
-Dstrip=false # Let Portage control this