summaryrefslogtreecommitdiff
path: root/flx
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2017-05-29 23:14:24 +0100
committerBertrand Jacquin <bertrand@jacquin.bzh>2017-05-29 23:19:48 +0100
commite4e5dcab6ecf8874169c1281df409b45ca0154c1 (patch)
treeff736a892e2a2fd8232f9cb2e1c67d2682638f81 /flx
parentflx/init-vixie-cron: Replace epatch with eapply (diff)
downloadportage-e4e5dcab6ecf8874169c1281df409b45ca0154c1.tar.xz
flx/remount: Replace epatch with eapply
Package-Manager: Portage-2.3.5, Repoman-2.3.1
Diffstat (limited to 'flx')
-rw-r--r--flx/remount/remount-0.1.35.ebuild4
-rw-r--r--flx/remount/remount-9999.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/flx/remount/remount-0.1.35.ebuild b/flx/remount/remount-0.1.35.ebuild
index d9031ed8..8c650424 100644
--- a/flx/remount/remount-0.1.35.ebuild
+++ b/flx/remount/remount-0.1.35.ebuild
@@ -17,8 +17,8 @@ IUSE=""
src_prepare () {
default
- epatch "${FILESDIR}/${PV}-MEDIUM-Remove-strip-and-uclibc.patch"
- epatch "${FILESDIR}/${PV}-MEDIUM-Respect-CFLAGS-and-LDFLAGS.patch"
+ eapply "${FILESDIR}/${PV}-MEDIUM-Remove-strip-and-uclibc.patch"
+ eapply "${FILESDIR}/${PV}-MEDIUM-Respect-CFLAGS-and-LDFLAGS.patch"
tc-export CC
}
diff --git a/flx/remount/remount-9999.ebuild b/flx/remount/remount-9999.ebuild
index 58f3e97b..f91bdcca 100644
--- a/flx/remount/remount-9999.ebuild
+++ b/flx/remount/remount-9999.ebuild
@@ -16,8 +16,8 @@ IUSE=""
src_prepare () {
default
- epatch "${FILESDIR}/${PV}-MEDIUM-Remove-strip-and-uclibc.patch"
- epatch "${FILESDIR}/${PV}-MEDIUM-Respect-CFLAGS-and-LDFLAGS.patch"
+ eapply "${FILESDIR}/${PV}-MEDIUM-Remove-strip-and-uclibc.patch"
+ eapply "${FILESDIR}/${PV}-MEDIUM-Respect-CFLAGS-and-LDFLAGS.patch"
tc-export CC
}