commit:     3f9243e6382d63aa7768ab8c23119cc220f1150d
Author:     NP-Hardass <NP-Hardass <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 11 04:01:12 2016 +0000
Commit:     NP Hardass <np-hardass <AT> gentoo <DOT> org>
CommitDate: Thu Aug 11 04:29:01 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f9243e6

app-emulation/wine: Switch to new eapply backend for staging

Package-Manager: portage-2.3.0

 app-emulation/wine/wine-9999.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emulation/wine/wine-9999.ebuild 
b/app-emulation/wine/wine-9999.ebuild
index 8bedf34..b5dad1f 100644
--- a/app-emulation/wine/wine-9999.ebuild
+++ b/app-emulation/wine/wine-9999.ebuild
@@ -323,10 +323,10 @@ src_prepare() {
                local STAGING_EXCLUDE=""
                use pipelight || STAGING_EXCLUDE="${STAGING_EXCLUDE} -W 
Pipelight"
 
-               # Launch wine-staging patcher in a subshell, using epatch as a 
backend, and gitapply.sh as a backend for binary patches
+               # Launch wine-staging patcher in a subshell, using eapply as a 
backend, and gitapply.sh as a backend for binary patches
                ebegin "Running Wine-Staging patch installer"
                (
-                       set -- DESTDIR="${S}" --backend=epatch --no-autoconf 
--all ${STAGING_EXCLUDE}
+                       set -- DESTDIR="${S}" --backend=eapply --no-autoconf 
--all ${STAGING_EXCLUDE}
                        cd "${STAGING_DIR}/patches"
                        source "${STAGING_DIR}/patches/patchinstall.sh"
                )

Reply via email to