summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-12-08 19:32:38 +0100
committerMichał Górny <mgorny@gentoo.org>2017-12-08 19:47:11 +0100
commit75172ab698a4c71e7ecc6c91fde756fccd05d8ab (patch)
tree80ada1a6171ee8249085dc21e834b707b79e7ce1 /dev-libs/mpfr/mpfr-2.4.2_p3-r1.ebuild
parentdev-games/irrlicht: [QA] Move patches to distfiles (diff)
downloadgentoo-75172ab698a4c71e7ecc6c91fde756fccd05d8ab.tar.gz
gentoo-75172ab698a4c71e7ecc6c91fde756fccd05d8ab.tar.bz2
gentoo-75172ab698a4c71e7ecc6c91fde756fccd05d8ab.zip
dev-libs/mpfr: [QA] Move patches to distfile
Closes: https://bugs.gentoo.org/620558
Diffstat (limited to 'dev-libs/mpfr/mpfr-2.4.2_p3-r1.ebuild')
-rw-r--r--dev-libs/mpfr/mpfr-2.4.2_p3-r1.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-libs/mpfr/mpfr-2.4.2_p3-r1.ebuild b/dev-libs/mpfr/mpfr-2.4.2_p3-r1.ebuild
index 556230ad3917..74ef62bbfbac 100644
--- a/dev-libs/mpfr/mpfr-2.4.2_p3-r1.ebuild
+++ b/dev-libs/mpfr/mpfr-2.4.2_p3-r1.ebuild
@@ -11,7 +11,8 @@ MY_PV=${PV/_p*}
MY_P=${PN}-${MY_PV}
DESCRIPTION="library for multiple-precision floating-point computations with exact rounding"
HOMEPAGE="http://www.mpfr.org/"
-SRC_URI="http://www.mpfr.org/mpfr-${MY_PV}/${MY_P}.tar.bz2"
+SRC_URI="http://www.mpfr.org/mpfr-${MY_PV}/${MY_P}.tar.bz2
+ https://dev.gentoo.org/~mgorny/dist/${MY_P}-patchset.tar.bz2"
LICENSE="LGPL-2.1"
SLOT="1"
@@ -24,7 +25,7 @@ DEPEND="${RDEPEND}"
S=${WORKDIR}/${MY_P}
src_prepare() {
- epatch "${FILESDIR}"/${MY_PV}/patch*
+ epatch "${WORKDIR}"/${MY_P}-patchset/patch*
sed -i '/if test/s:==:=:' configure #261016
find . -type f -exec touch -r configure {} +
elibtoolize