diff options
author | Sam James <sam@gentoo.org> | 2022-05-04 01:14:18 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-05-04 01:14:18 +0100 |
commit | 03473bab6fcbbdb4d5127135b65008adb92c9ccf (patch) | |
tree | f28db6b48be3d4049ffabfedf909eed5dad2f577 /sys-fs | |
parent | media-gfx/graphicsmagick: restore various 1.3.38 kws w/ p.use.masks (diff) | |
download | gentoo-03473bab6fcbbdb4d5127135b65008adb92c9ccf.tar.gz gentoo-03473bab6fcbbdb4d5127135b65008adb92c9ccf.tar.bz2 gentoo-03473bab6fcbbdb4d5127135b65008adb92c9ccf.zip |
sys-fs/mtools: drop obsolete eautoreconf
Already fixed in .39.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/mtools/mtools-4.0.39.ebuild | 9 |
1 files changed, 1 insertions, 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 |