diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2017-05-29 23:00:15 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2017-05-29 23:19:43 +0100 |
commit | 996c60bf1bd7d350523e2f3e0bf1b9c1274c2f6e (patch) | |
tree | e38d63cbb579d16c28e0682aea1e135c3d67f0cb | |
parent | dev-php/symfony: Replace epatch with eapply (diff) | |
download | portage-996c60bf1bd7d350523e2f3e0bf1b9c1274c2f6e.tar.xz |
flx/dfc: Replace epatch with eapply
Package-Manager: Portage-2.3.5, Repoman-2.3.1
-rw-r--r-- | flx/dfc/dfc-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/flx/dfc/dfc-9999.ebuild b/flx/dfc/dfc-9999.ebuild index 56653216..086ec4f0 100644 --- a/flx/dfc/dfc-9999.ebuild +++ b/flx/dfc/dfc-9999.ebuild @@ -18,9 +18,9 @@ RDEPEND="${DEPEND}" src_prepare () { default - epatch "${FILESDIR}/${PV}-MEDIUM-Respect-CFLAGS-and-LDFLAGS.patch" - epatch "${FILESDIR}/${PV}-warning-cast.diff" - epatch "${FILESDIR}/${PV}-BUG-MAJOR-Do-not-inline-pferror.patch" + eapply "${FILESDIR}/${PV}-MEDIUM-Respect-CFLAGS-and-LDFLAGS.patch" + eapply "${FILESDIR}/${PV}-warning-cast.diff" + eapply "${FILESDIR}/${PV}-BUG-MAJOR-Do-not-inline-pferror.patch" tc-export CC } |