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

This matches the default impl.

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2025-02-24 04:47:22 +00:00
parent 920752b2a5
commit ac0c36e44f

View File

@@ -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
}