diff options
author | Marty E. Plummer <hanetzer@startmail.com> | 2018-04-20 07:13:35 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2018-04-24 05:19:49 -0400 |
commit | 5b46714c276e9197389a0fdb3c49b7a76ec93382 (patch) | |
tree | 9faff2b34d72ba03563ccfb7ef91ffa5824f145a /dev-libs/mpfr | |
parent | dev-libs/elfutils: epatch->PATCHES=() (diff) | |
download | gentoo-5b46714c276e9197389a0fdb3c49b7a76ec93382.tar.gz gentoo-5b46714c276e9197389a0fdb3c49b7a76ec93382.tar.bz2 gentoo-5b46714c276e9197389a0fdb3c49b7a76ec93382.zip |
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@gentoo.org>
Diffstat (limited to 'dev-libs/mpfr')
-rw-r--r-- | dev-libs/mpfr/mpfr-4.0.0-r1.ebuild | 2 | ||||
-rw-r--r-- | 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 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 |