summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNP-Hardass <NP-Hardass@gentoo.org>2016-03-12 22:04:29 -0500
committerNP-Hardass <NP-Hardass@gentoo.org>2016-03-12 22:04:53 -0500
commit5c96bff6d9fcbcd80e34207662f9c77454283066 (patch)
tree3ece86385731bbd3e2ef732915858f84a76d26db
parentnet-print/epson-inkjet-printer-escpr: Cleanup src_install (diff)
downloadgentoo-5c96bff6d9fcbcd80e34207662f9c77454283066.tar.gz
gentoo-5c96bff6d9fcbcd80e34207662f9c77454283066.tar.bz2
gentoo-5c96bff6d9fcbcd80e34207662f9c77454283066.zip
app-emulation/wine: Exclude staging patch that breaks -nls, Bug #577198
Package-Manager: portage-2.2.26
-rw-r--r--app-emulation/wine/wine-1.9.5.ebuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/app-emulation/wine/wine-1.9.5.ebuild b/app-emulation/wine/wine-1.9.5.ebuild
index b29387c9c02d..e7a9349996eb 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"
(