Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/mtools/
Date: Wed, 04 May 2022 00:14:36
Message-Id: 1651623258.03473bab6fcbbdb4d5127135b65008adb92c9ccf.sam@gentoo
1 commit: 03473bab6fcbbdb4d5127135b65008adb92c9ccf
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 4 00:14:18 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed May 4 00:14:18 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03473bab
7
8 sys-fs/mtools: drop obsolete eautoreconf
9
10 Already fixed in .39.
11
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 sys-fs/mtools/mtools-4.0.39.ebuild | 9 +--------
15 1 file changed, 1 insertion(+), 8 deletions(-)
16
17 diff --git a/sys-fs/mtools/mtools-4.0.39.ebuild b/sys-fs/mtools/mtools-4.0.39.ebuild
18 index 78c11df773a0..dfa7a6a4f20f 100644
19 --- a/sys-fs/mtools/mtools-4.0.39.ebuild
20 +++ b/sys-fs/mtools/mtools-4.0.39.ebuild
21 @@ -3,7 +3,7 @@
22
23 EAPI=7
24
25 -inherit autotools flag-o-matic
26 +inherit flag-o-matic
27
28 DESCRIPTION="Utilities to access MS-DOS disks from Unix without mounting them"
29 HOMEPAGE="https://www.gnu.org/software/mtools/ https://savannah.gnu.org/projects/mtools"
30 @@ -24,13 +24,6 @@ RDEPEND="!elibc_glibc? ( virtual/libiconv )
31 )"
32 DEPEND="${RDEPEND}"
33
34 -src_prepare() {
35 - default
36 -
37 - # Only needed for strtoi patch
38 - eautoreconf
39 -}
40 -
41 src_configure() {
42 if ! use elibc_glibc && ! use elibc_musl ; then
43 # bug #447688