commit:     295f6f8eb933542c5c69300e22e74553e1ddab35
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 28 20:05:25 2024 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Sat Dec 28 20:05:33 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=295f6f8e

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 <AT> gentoo.org>

 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 1342330ce..6ddf852d6 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

Reply via email to