Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/mpfr/
Date: Tue, 24 Apr 2018 09:20:37
Message-Id: 1524561589.5b46714c276e9197389a0fdb3c49b7a76ec93382.blueness@gentoo
1 commit: 5b46714c276e9197389a0fdb3c49b7a76ec93382
2 Author: Marty E. Plummer <hanetzer <AT> startmail <DOT> com>
3 AuthorDate: Fri Apr 20 12:13:35 2018 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 24 09:19:49 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b46714c
7
8 dev-libs/mpfr: epatch->eapply
9
10 Nothing to test, as these ebuilds do not actually have a patchset to
11 apply. Just know that for each new patchset made, they will need to be
12 -p1 applicable.
13
14 Package-Manager: Portage-2.3.31, Repoman-2.3.9
15 Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
16
17 dev-libs/mpfr/mpfr-4.0.0-r1.ebuild | 2 +-
18 dev-libs/mpfr/mpfr-4.0.1.ebuild | 2 +-
19 2 files changed, 2 insertions(+), 2 deletions(-)
20
21 diff --git a/dev-libs/mpfr/mpfr-4.0.0-r1.ebuild b/dev-libs/mpfr/mpfr-4.0.0-r1.ebuild
22 index a29d3dff120..6d382c4eccb 100644
23 --- a/dev-libs/mpfr/mpfr-4.0.0-r1.ebuild
24 +++ b/dev-libs/mpfr/mpfr-4.0.0-r1.ebuild
25 @@ -29,7 +29,7 @@ src_prepare() {
26 if [[ ${PLEVEL} != ${PV} ]] ; then
27 local i
28 for (( i = 1; i <= PLEVEL; ++i )) ; do
29 - epatch "${FILESDIR}"/${MY_PV}/patch$(printf '%02d' ${i})
30 + eapply "${FILESDIR}"/${MY_PV}/patch$(printf '%02d' ${i})
31 done
32 fi
33 eapply_user
34
35 diff --git a/dev-libs/mpfr/mpfr-4.0.1.ebuild b/dev-libs/mpfr/mpfr-4.0.1.ebuild
36 index a29d3dff120..6d382c4eccb 100644
37 --- a/dev-libs/mpfr/mpfr-4.0.1.ebuild
38 +++ b/dev-libs/mpfr/mpfr-4.0.1.ebuild
39 @@ -29,7 +29,7 @@ src_prepare() {
40 if [[ ${PLEVEL} != ${PV} ]] ; then
41 local i
42 for (( i = 1; i <= PLEVEL; ++i )) ; do
43 - epatch "${FILESDIR}"/${MY_PV}/patch$(printf '%02d' ${i})
44 + eapply "${FILESDIR}"/${MY_PV}/patch$(printf '%02d' ${i})
45 done
46 fi
47 eapply_user