commit:     b7c414167ec7a2916d933d12805d869a4d4b9bd4
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 26 20:58:23 2017 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Tue Dec 26 20:59:11 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7c41416

dev-libs/mpc: revert today's changes for 1.0.3 ebuild, bug #642300

This change reverts the following changes:
    commit 0c689de38bcc3b4279aa9e3b09c836e48a237e3d
    dev-libs/mpc: explicitly regenerate ./configure, noticed by Anarchy

    commit cdf7f5c37e8a3dfacfbf5fc81a6a2a8ef3b77a9a
    dev-libs/mpc: fix build failure against mpfr-4.0.0, bug #642300

That way 1.0.3 version will keep failing to build against mpfr-4.0.0
(and prevent users from breaking gcc) and version 1.0.3-r1 will work
as expected.

Reported-by: Attila Tóth
Bug: https://bugs.gentoo.org/642300
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-libs/mpc/mpc-1.0.3.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/dev-libs/mpc/mpc-1.0.3.ebuild b/dev-libs/mpc/mpc-1.0.3.ebuild
index 66845b9d3d0..198111c0b08 100644
--- a/dev-libs/mpc/mpc-1.0.3.ebuild
+++ b/dev-libs/mpc/mpc-1.0.3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="4"
 
-inherit autotools eutils libtool multilib-minimal
+inherit eutils libtool multilib-minimal
 
 DESCRIPTION="A library for multiprecision complex arithmetic with exact 
rounding"
 HOMEPAGE="http://mpc.multiprecision.org/";
@@ -19,8 +19,6 @@ DEPEND=">=dev-libs/gmp-4.3.2[${MULTILIB_USEDEP},static-libs?]
 RDEPEND="${DEPEND}"
 
 src_prepare() {
-       epatch "${FILESDIR}"/${P}-mpfr-4.0.0.patch
-       eautoreconf
        elibtoolize #347317
 }
 

Reply via email to