commit:     5b46714c276e9197389a0fdb3c49b7a76ec93382
Author:     Marty E. Plummer <hanetzer <AT> startmail <DOT> com>
AuthorDate: Fri Apr 20 12:13:35 2018 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Tue Apr 24 09:19:49 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b46714c

dev-libs/mpfr: epatch->eapply

Nothing to test, as these ebuilds do not actually have a patchset to
apply. Just know that for each new patchset made, they will need to be
-p1 applicable.

Package-Manager: Portage-2.3.31, Repoman-2.3.9
Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>

 dev-libs/mpfr/mpfr-4.0.0-r1.ebuild | 2 +-
 dev-libs/mpfr/mpfr-4.0.1.ebuild    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/mpfr/mpfr-4.0.0-r1.ebuild 
b/dev-libs/mpfr/mpfr-4.0.0-r1.ebuild
index a29d3dff120..6d382c4eccb 100644
--- a/dev-libs/mpfr/mpfr-4.0.0-r1.ebuild
+++ b/dev-libs/mpfr/mpfr-4.0.0-r1.ebuild
@@ -29,7 +29,7 @@ src_prepare() {
        if [[ ${PLEVEL} != ${PV} ]] ; then
                local i
                for (( i = 1; i <= PLEVEL; ++i )) ; do
-                       epatch "${FILESDIR}"/${MY_PV}/patch$(printf '%02d' ${i})
+                       eapply "${FILESDIR}"/${MY_PV}/patch$(printf '%02d' ${i})
                done
        fi
        eapply_user

diff --git a/dev-libs/mpfr/mpfr-4.0.1.ebuild b/dev-libs/mpfr/mpfr-4.0.1.ebuild
index a29d3dff120..6d382c4eccb 100644
--- a/dev-libs/mpfr/mpfr-4.0.1.ebuild
+++ b/dev-libs/mpfr/mpfr-4.0.1.ebuild
@@ -29,7 +29,7 @@ src_prepare() {
        if [[ ${PLEVEL} != ${PV} ]] ; then
                local i
                for (( i = 1; i <= PLEVEL; ++i )) ; do
-                       epatch "${FILESDIR}"/${MY_PV}/patch$(printf '%02d' ${i})
+                       eapply "${FILESDIR}"/${MY_PV}/patch$(printf '%02d' ${i})
                done
        fi
        eapply_user

Reply via email to