From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C3D7D158090 for ; Wed, 4 May 2022 00:14:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D52BFE05C1; Wed, 4 May 2022 00:14:35 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B9280E05C1 for ; Wed, 4 May 2022 00:14:35 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 92AD0341ADE for ; Wed, 4 May 2022 00:14:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BF5F9287 for ; Wed, 4 May 2022 00:14:32 +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: <1651623258.03473bab6fcbbdb4d5127135b65008adb92c9ccf.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/mtools/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/mtools/mtools-4.0.39.ebuild X-VCS-Directories: sys-fs/mtools/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 03473bab6fcbbdb4d5127135b65008adb92c9ccf X-VCS-Branch: master Date: Wed, 4 May 2022 00:14:32 +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: 47f69dd3-a32e-4c47-bf0a-16513653cd25 X-Archives-Hash: d4f7835cb15a78d987152eb66df4b382 commit: 03473bab6fcbbdb4d5127135b65008adb92c9ccf Author: Sam James gentoo org> AuthorDate: Wed May 4 00:14:18 2022 +0000 Commit: Sam James gentoo org> CommitDate: Wed May 4 00:14:18 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03473bab sys-fs/mtools: drop obsolete eautoreconf Already fixed in .39. Signed-off-by: Sam James gentoo.org> sys-fs/mtools/mtools-4.0.39.ebuild | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/sys-fs/mtools/mtools-4.0.39.ebuild b/sys-fs/mtools/mtools-4.0.39.ebuild index 78c11df773a0..dfa7a6a4f20f 100644 --- a/sys-fs/mtools/mtools-4.0.39.ebuild +++ b/sys-fs/mtools/mtools-4.0.39.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit autotools flag-o-matic +inherit flag-o-matic DESCRIPTION="Utilities to access MS-DOS disks from Unix without mounting them" HOMEPAGE="https://www.gnu.org/software/mtools/ https://savannah.gnu.org/projects/mtools" @@ -24,13 +24,6 @@ RDEPEND="!elibc_glibc? ( virtual/libiconv ) )" DEPEND="${RDEPEND}" -src_prepare() { - default - - # Only needed for strtoi patch - eautoreconf -} - src_configure() { if ! use elibc_glibc && ! use elibc_musl ; then # bug #447688