From 8c2a693922457f81788014e69ae482d82d49b141 Mon Sep 17 00:00:00 2001 From: Lars Wendler Date: Wed, 8 Apr 2020 08:25:56 +0200 Subject: [PATCH] dev-util/strace: Drop useless eautoreconf call Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Lars Wendler --- dev-util/strace/strace-5.5.ebuild | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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 -- 2.26.2