From 295f6f8eb933542c5c69300e22e74553e1ddab35 Mon Sep 17 00:00:00 2001 From: Florian Schmaus Date: Sat, 28 Dec 2024 21:05:25 +0100 Subject: [PATCH] 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 --- gui-wm/river/river-0.3.6.ebuild | 4 ---- 1 file changed, 4 deletions(-) diff --git a/gui-wm/river/river-0.3.6.ebuild b/gui-wm/river/river-0.3.6.ebuild index 1342330cea..6ddf852d66 100644 --- a/gui-wm/river/river-0.3.6.ebuild +++ b/gui-wm/river/river-0.3.6.ebuild @@ -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