From 68dc143c02ece794317b08e6977ad026f91dfafd Mon Sep 17 00:00:00 2001 From: Sam James Date: Fri, 20 May 2022 01:19:34 +0100 Subject: sci-libs/mpir: fix EendMissingArg Signed-off-by: Sam James --- sci-libs/mpir/mpir-3.0.0-r1.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'sci-libs/mpir') diff --git a/sci-libs/mpir/mpir-3.0.0-r1.ebuild b/sci-libs/mpir/mpir-3.0.0-r1.ebuild index 3c3622524aac..15beb9f34033 100644 --- a/sci-libs/mpir/mpir-3.0.0-r1.ebuild +++ b/sci-libs/mpir/mpir-3.0.0-r1.ebuild @@ -25,12 +25,14 @@ PATCHES=( src_prepare() { tc-export CC + default + # In the same way there was QA regarding executable stacks # with GMP we have some here as well. We cannot apply the # GMP solution as yasm is used, at least on x86/amd64. # Furthermore we are able to patch config.ac. - ebegin "Patching assembler files to remove executable sections" + einfo "Patching assembler files to remove executable sections" local i for i in $(find . -type f -name '*.asm') ; do cat >> $i <<-EOF || die @@ -49,7 +51,7 @@ src_prepare() { %endif EOF done - eend + eautoreconf } -- cgit v1.2.3-65-gdbad