commit: 5c96bff6d9fcbcd80e34207662f9c77454283066
Author: NP-Hardass <NP-Hardass <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 13 03:04:29 2016 +0000
Commit: NP Hardass <np-hardass <AT> gentoo <DOT> org>
CommitDate: Sun Mar 13 03:04:53 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c96bff6
app-emulation/wine: Exclude staging patch that breaks -nls, Bug #577198
Package-Manager: portage-2.2.26
app-emulation/wine/wine-1.9.5.ebuild | 3 +++
1 file changed, 3 insertions(+)
diff --git a/app-emulation/wine/wine-1.9.5.ebuild
b/app-emulation/wine/wine-1.9.5.ebuild
index b29387c..e7a9349 100644
--- a/app-emulation/wine/wine-1.9.5.ebuild
+++ b/app-emulation/wine/wine-1.9.5.ebuild
@@ -255,6 +255,9 @@ src_prepare() {
local STAGING_EXCLUDE=""
use pipelight || STAGING_EXCLUDE="${STAGING_EXCLUDE} -W
Pipelight"
+ #577198 1.9.5 only
+ STAGING_EXCLUDE="${STAGING_EXCLUDE} -W makefiles-Disabled_Rules"
+
# Launch wine-staging patcher in a subshell, using epatch as a
backend, and gitapply.sh as a backend for binary patches
ebegin "Running Wine-Staging patch installer"
(