From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3AE551582EF for ; Mon, 24 Feb 2025 04:55:13 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 2567934305D for ; Mon, 24 Feb 2025 04:55:13 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id D18C0110470; Mon, 24 Feb 2025 04:55:03 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id C92B5110470 for ; Mon, 24 Feb 2025 04:55:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 85E66340BE0 for ; Mon, 24 Feb 2025 04:55:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 145F327BC for ; Mon, 24 Feb 2025 04:55:01 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1740372844.ac0c36e44fd7b714e59f7996221fa2add6861242.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-radio/tlf/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-radio/tlf/tlf-1.4.1-r4.ebuild X-VCS-Directories: media-radio/tlf/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ac0c36e44fd7b714e59f7996221fa2add6861242 X-VCS-Branch: master Date: Mon, 24 Feb 2025 04:55:01 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c3d73145-e412-44d9-9d78-a0f1e1cbe0a0 X-Archives-Hash: 54a82182ecc4a02661163d4e8431e11f commit: ac0c36e44fd7b714e59f7996221fa2add6861242 Author: Sam James gentoo org> AuthorDate: Mon Feb 24 04:47:22 2025 +0000 Commit: Sam James gentoo 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 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 }