diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2017-05-29 23:14:24 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2017-05-29 23:19:48 +0100 |
commit | e4e5dcab6ecf8874169c1281df409b45ca0154c1 (patch) | |
tree | ff736a892e2a2fd8232f9cb2e1c67d2682638f81 /flx/remount | |
parent | flx/init-vixie-cron: Replace epatch with eapply (diff) | |
download | portage-e4e5dcab6ecf8874169c1281df409b45ca0154c1.tar.xz |
flx/remount: Replace epatch with eapply
Package-Manager: Portage-2.3.5, Repoman-2.3.1
Diffstat (limited to 'flx/remount')
-rw-r--r-- | flx/remount/remount-0.1.35.ebuild | 4 | ||||
-rw-r--r-- | flx/remount/remount-9999.ebuild | 4 |
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 } |