diff options
author | NP-Hardass <NP-Hardass@gentoo.org> | 2016-01-18 20:33:31 -0500 |
---|---|---|
committer | NP-Hardass <NP-Hardass@gentoo.org> | 2016-01-18 21:03:20 -0500 |
commit | a601a27a9126383ec620daeb0d1600c6595257d7 (patch) | |
tree | 069865e857fe01aac5ab8b8f14a627c6bea93d70 /app-emulation/wine | |
parent | 342270aef8b6369f3aad904012cbb82021d585bf (diff) | |
download | gentoo-a601a27a9126383ec620daeb0d1600c6595257d7.tar.gz gentoo-a601a27a9126383ec620daeb0d1600c6595257d7.tar.xz |
app-emulation/wine: Update warning for Staging in >=1.8
Package-Manager: portage-2.2.26
Diffstat (limited to 'app-emulation/wine')
-rw-r--r-- | app-emulation/wine/wine-1.8.ebuild | 5 | ||||
-rw-r--r-- | app-emulation/wine/wine-9999.ebuild | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/app-emulation/wine/wine-1.8.ebuild b/app-emulation/wine/wine-1.8.ebuild index e8b401a9bee..4c1b6f446af 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 e8b401a9bee..4c1b6f446af 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" |