Skip to content

Commit

Permalink
dev-libs/mpfr: epatch->eapply
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
hanetzer authored and blueness committed Apr 24, 2018
1 parent eb2e05c commit 5b46714
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev-libs/mpfr/mpfr-4.0.0-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion dev-libs/mpfr/mpfr-4.0.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5b46714

Please sign in to comment.