commit: ac0c36e44fd7b714e59f7996221fa2add6861242
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 24 04:47:22 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Feb 24 04:54:04 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac0c36e4
media-radio/tlf: don't open-code default_src_prepare
This matches the default impl.
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-radio/tlf/tlf-1.4.1-r4.ebuild | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/media-radio/tlf/tlf-1.4.1-r4.ebuild
b/media-radio/tlf/tlf-1.4.1-r4.ebuild
index d5219b5ae6c0..5646ebaaa916 100644
--- a/media-radio/tlf/tlf-1.4.1-r4.ebuild
+++ b/media-radio/tlf/tlf-1.4.1-r4.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="7"
@@ -45,8 +45,7 @@ src_prepare() {
sed -i -e "s/FILPATHLEN/HAMLIB_FILPATHLEN/g"
"${S}"/src/sendqrg.c || die
fi
- eapply ${PATCHES[@]}
- eapply_user
+ default
eautoreconf
}