dev-libs/mpc: revert today's changes for 1.0.3 ebuild, bug #642300
authorSergei Trofimovich <slyfox@gentoo.org>
Tue, 26 Dec 2017 20:58:23 +0000 (20:58 +0000)
committerSergei Trofimovich <slyfox@gentoo.org>
Tue, 26 Dec 2017 20:59:11 +0000 (20:59 +0000)
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

index 66845b9d3d0b48c117ee79e509413b582afcd72c..198111c0b081ab5c4af96a9b3eabd78f0d1ed7e5 100644 (file)
@@ -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
 }