From: NP-Hardass Date: Tue, 19 Jan 2016 01:33:31 +0000 (-0500) Subject: app-emulation/wine: Update warning for Staging in >=1.8 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=a601a27a9126383ec620daeb0d1600c6595257d7;p=gentoo.git app-emulation/wine: Update warning for Staging in >=1.8 Package-Manager: portage-2.2.26 --- diff --git a/app-emulation/wine/wine-1.8.ebuild b/app-emulation/wine/wine-1.8.ebuild index e8b401a9beef..4c1b6f446af0 100644 --- a/app-emulation/wine/wine-1.8.ebuild +++ b/app-emulation/wine/wine-1.8.ebuild @@ -248,9 +248,8 @@ src_prepare() { fi fi if use staging; then - ewarn "Applying the unofficial Wine-Staging patchset which is unsupported" - ewarn "by Wine developers. Please don't report bugs to Wine bugzilla" - ewarn "unless you can reproduce them with USE=-staging" + ewarn "Applying the Wine-Staging patchset. Any bug reports to the" + ewarn "Wine bugzilla should explicitly state that staging was used." local STAGING_EXCLUDE="" use pipelight || STAGING_EXCLUDE="${STAGING_EXCLUDE} -W Pipelight" diff --git a/app-emulation/wine/wine-9999.ebuild b/app-emulation/wine/wine-9999.ebuild index e8b401a9beef..4c1b6f446af0 100644 --- a/app-emulation/wine/wine-9999.ebuild +++ b/app-emulation/wine/wine-9999.ebuild @@ -248,9 +248,8 @@ src_prepare() { fi fi if use staging; then - ewarn "Applying the unofficial Wine-Staging patchset which is unsupported" - ewarn "by Wine developers. Please don't report bugs to Wine bugzilla" - ewarn "unless you can reproduce them with USE=-staging" + ewarn "Applying the Wine-Staging patchset. Any bug reports to the" + ewarn "Wine bugzilla should explicitly state that staging was used." local STAGING_EXCLUDE="" use pipelight || STAGING_EXCLUDE="${STAGING_EXCLUDE} -W Pipelight"