From: Lars Wendler Date: Wed, 8 Apr 2020 06:25:56 +0000 (+0200) Subject: dev-util/strace: Drop useless eautoreconf call X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8c2a693922457f81788014e69ae482d82d49b141;p=gentoo.git dev-util/strace: Drop useless eautoreconf call Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Lars Wendler --- diff --git a/dev-util/strace/strace-5.5.ebuild b/dev-util/strace/strace-5.5.ebuild index 15e9ea941709..369df34c8300 100644 --- a/dev-util/strace/strace-5.5.ebuild +++ b/dev-util/strace/strace-5.5.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit flag-o-matic toolchain-funcs autotools +inherit flag-o-matic toolchain-funcs if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="https://github.com/strace/strace.git" @@ -40,10 +40,6 @@ RDEPEND=" src_prepare() { default - # Needed for applied patch (#701516). Remove with next version. - # Don't forget about autotools inherit. - eautoreconf - if [[ ! -e configure ]] ; then # git generation sed /autoreconf/d -i bootstrap || die