From: Marty E. Plummer Date: Fri, 20 Apr 2018 12:13:35 +0000 (-0500) Subject: dev-libs/mpfr: epatch->eapply X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=5b46714c276e9197389a0fdb3c49b7a76ec93382;p=gentoo.git 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 --- diff --git a/dev-libs/mpfr/mpfr-4.0.0-r1.ebuild b/dev-libs/mpfr/mpfr-4.0.0-r1.ebuild index a29d3dff1208..6d382c4eccb2 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 a29d3dff1208..6d382c4eccb2 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