commit:     990d300e23540046850a0f6a6478d96a2600f41b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 24 04:46:09 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Feb 24 04:54:02 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=990d300e

media-radio/flrig: don't open-code default_src_prepare

This matches the default impl.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-radio/flrig/flrig-2.0.05-r1.ebuild | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/media-radio/flrig/flrig-2.0.05-r1.ebuild 
b/media-radio/flrig/flrig-2.0.05-r1.ebuild
index 9733acc79669..a7b08be6ee3b 100644
--- a/media-radio/flrig/flrig-2.0.05-r1.ebuild
+++ b/media-radio/flrig/flrig-2.0.05-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -28,11 +28,6 @@ PATCHES=(
                "${FILESDIR}/${PN}-2.0.04-stdint.patch"
        )
 
-src_prepare() {
-       eapply ${PATCHES[@]}
-       eapply_user
-}
-
 src_configure() {
        #fails to compile with -flto (bug #860408)
        filter-lto

Reply via email to