diff options
author | Florian Schmaus <flow@gentoo.org> | 2024-12-28 21:05:25 +0100 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2024-12-28 21:05:33 +0100 |
commit | 295f6f8eb933542c5c69300e22e74553e1ddab35 (patch) | |
tree | 3243d00014479b51757635e17b04e5314f470042 | |
parent | net-mail/dovecot-fts-xapian: add 1.8.1 (diff) | |
download | guru-295f6f8eb933542c5c69300e22e74553e1ddab35.tar.gz guru-295f6f8eb933542c5c69300e22e74553e1ddab35.tar.bz2 guru-295f6f8eb933542c5c69300e22e74553e1ddab35.zip |
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>
-rw-r--r-- | gui-wm/river/river-0.3.6.ebuild | 4 |
1 files changed, 0 insertions, 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 |