diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2017-05-29 23:09:51 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2017-05-29 23:19:45 +0100 |
commit | be70b6b6a29753d2d19c8fd469fe0394bb5fa0af (patch) | |
tree | 8975426af5e696e589fe3ed2c4c643cbf817bcb8 | |
parent | flx/init-frox: Replace epatch with eapply (diff) | |
download | portage-be70b6b6a29753d2d19c8fd469fe0394bb5fa0af.tar.xz |
flx/init-havp: Replace epatch with eapply
Package-Manager: Portage-2.3.5, Repoman-2.3.1
-rw-r--r-- | flx/init-havp/init-havp-0.85.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flx/init-havp/init-havp-0.85.ebuild b/flx/init-havp/init-havp-0.85.ebuild index e3e6d801..b4eb66e6 100644 --- a/flx/init-havp/init-havp-0.85.ebuild +++ b/flx/init-havp/init-havp-0.85.ebuild @@ -13,5 +13,5 @@ RDEPEND=">=net-proxy/havp-${PV}" src_prepare() { default - epatch "${FILESDIR}/${PV}-Don-t-use-deprecated-tail-call-POSIX-1003.2-1992.patch" + eapply "${FILESDIR}/${PV}-Don-t-use-deprecated-tail-call-POSIX-1003.2-1992.patch" } |