diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2017-12-26 20:58:23 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2017-12-26 20:59:11 +0000 |
commit | b7c414167ec7a2916d933d12805d869a4d4b9bd4 (patch) | |
tree | 8f0becf0cd5495b4beb9ae8feb5dd82a2779c5d0 /dev-libs/mpc | |
parent | app-emulation/free42: Drops old version 2.0.7 (diff) | |
download | gentoo-b7c414167ec7a2916d933d12805d869a4d4b9bd4.tar.gz gentoo-b7c414167ec7a2916d933d12805d869a4d4b9bd4.tar.bz2 gentoo-b7c414167ec7a2916d933d12805d869a4d4b9bd4.zip |
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
Diffstat (limited to 'dev-libs/mpc')
-rw-r--r-- | dev-libs/mpc/mpc-1.0.3.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/dev-libs/mpc/mpc-1.0.3.ebuild b/dev-libs/mpc/mpc-1.0.3.ebuild index 66845b9d3d0b..198111c0b081 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 } |