diff options
author | NP-Hardass <NP-Hardass@gentoo.org> | 2016-08-11 00:01:12 -0400 |
---|---|---|
committer | NP-Hardass <NP-Hardass@gentoo.org> | 2016-08-11 00:29:01 -0400 |
commit | 3f9243e6382d63aa7768ab8c23119cc220f1150d (patch) | |
tree | 74061087c5a7a1fd28d6eb2c1cbdde2519090048 /app-emulation/wine | |
parent | app-emulation/wine: Version bump to 1.9.16 (diff) | |
download | gentoo-3f9243e6382d63aa7768ab8c23119cc220f1150d.tar.gz gentoo-3f9243e6382d63aa7768ab8c23119cc220f1150d.tar.bz2 gentoo-3f9243e6382d63aa7768ab8c23119cc220f1150d.zip |
app-emulation/wine: Switch to new eapply backend for staging
Package-Manager: portage-2.3.0
Diffstat (limited to 'app-emulation/wine')
-rw-r--r-- | app-emulation/wine/wine-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/wine/wine-9999.ebuild b/app-emulation/wine/wine-9999.ebuild index 8bedf3424818..b5dad1f472ae 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" ) |