commit: 78a31d50c4598a4ad05ed2481770a1ccc996f320 Author: Nick Sarnie <sarnex <AT> gentoo <DOT> org> AuthorDate: Thu Apr 2 02:18:57 2020 +0000 Commit: Nick Sarnie <sarnex <AT> gentoo <DOT> org> CommitDate: Thu Apr 2 02:18:57 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=78a31d50
app-emulation/wine-staging: Fix shortcut bug Closes: https://bugs.gentoo.org/652176 Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Nick Sarnie <sarnex <AT> gentoo.org> .../{wine-staging-9999.ebuild => wine-staging-5.5-r1.ebuild} | 2 +- app-emulation/wine-staging/wine-staging-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-emulation/wine-staging/wine-staging-9999.ebuild b/app-emulation/wine-staging/wine-staging-5.5-r1.ebuild similarity index 99% copy from app-emulation/wine-staging/wine-staging-9999.ebuild copy to app-emulation/wine-staging/wine-staging-5.5-r1.ebuild index c4c429f..4fec765 100644 --- a/app-emulation/wine-staging/wine-staging-9999.ebuild +++ b/app-emulation/wine-staging/wine-staging-5.5-r1.ebuild @@ -354,7 +354,7 @@ src_prepare() { ewarn "Applying the Wine-Staging patchset. Any bug reports to the" ewarn "Wine bugzilla should explicitly state that staging was used." - local STAGING_EXCLUDE="" + local STAGING_EXCLUDE="-W winemenubuilder-Desktop_Icon_Path" #652176 use pipelight || STAGING_EXCLUDE="${STAGING_EXCLUDE} -W Pipelight" # Launch wine-staging patcher in a subshell, using eapply as a backend, and gitapply.sh as a backend for binary patches diff --git a/app-emulation/wine-staging/wine-staging-9999.ebuild b/app-emulation/wine-staging/wine-staging-9999.ebuild index c4c429f..4fec765 100644 --- a/app-emulation/wine-staging/wine-staging-9999.ebuild +++ b/app-emulation/wine-staging/wine-staging-9999.ebuild @@ -354,7 +354,7 @@ src_prepare() { ewarn "Applying the Wine-Staging patchset. Any bug reports to the" ewarn "Wine bugzilla should explicitly state that staging was used." - local STAGING_EXCLUDE="" + local STAGING_EXCLUDE="-W winemenubuilder-Desktop_Icon_Path" #652176 use pipelight || STAGING_EXCLUDE="${STAGING_EXCLUDE} -W Pipelight" # Launch wine-staging patcher in a subshell, using eapply as a backend, and gitapply.sh as a backend for binary patches
