diff options
author | NP-Hardass <NP-Hardass@gentoo.org> | 2016-03-12 22:04:29 -0500 |
---|---|---|
committer | NP-Hardass <NP-Hardass@gentoo.org> | 2016-03-12 22:04:53 -0500 |
commit | 5c96bff6d9fcbcd80e34207662f9c77454283066 (patch) | |
tree | 3ece86385731bbd3e2ef732915858f84a76d26db /app-emulation | |
parent | net-print/epson-inkjet-printer-escpr: Cleanup src_install (diff) | |
download | gentoo-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
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/wine/wine-1.9.5.ebuild | 3 |
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" ( |