summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNP-Hardass <NP-Hardass@gentoo.org>2016-04-19 13:06:08 -0400
committerNP-Hardass <NP-Hardass@gentoo.org>2016-04-19 13:07:40 -0400
commit68bf4d988d71805013fbedf5b94aee090cb9cb43 (patch)
tree73baf72a0372294911468536a3c1b1c27f6cc04e /app-emulation/wine
parentapp-emulation/wine: Bump wine-9999 to EAPI 6 (diff)
downloadgentoo-68bf4d988d71805013fbedf5b94aee090cb9cb43.tar.gz
gentoo-68bf4d988d71805013fbedf5b94aee090cb9cb43.tar.bz2
gentoo-68bf4d988d71805013fbedf5b94aee090cb9cb43.zip
app-emulation/wine: Fix GCC-5.3 warning in 1.9.7
Accidentally missed updating 1.9.7 in 72f76cae15de74cb99a604303de297fb5412d68f Package-Manager: portage-2.2.26
Diffstat (limited to 'app-emulation/wine')
-rw-r--r--app-emulation/wine/wine-1.9.7.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/wine/wine-1.9.7.ebuild b/app-emulation/wine/wine-1.9.7.ebuild
index a5e6dac5daf9..00d7d2fad866 100644
--- a/app-emulation/wine/wine-1.9.7.ebuild
+++ b/app-emulation/wine/wine-1.9.7.ebuild
@@ -180,8 +180,8 @@ wine_build_environment_check() {
# Compile in subshell to prevent "Aborted" message
if ! ( $(tc-getCC) -O2 -mincoming-stack-boundary=3 "${FILESDIR}"/pr69140.c -o "${T}"/pr69140 || false ) >/dev/null 2>&1; then
eerror "Wine cannot be built with this version of gcc-5.3"
- eerror "due to compiler bugs; please re-emerge the latest gcc-5.3.x ebuild,"
- eerror "or use gcc-config to select a different compiler version."
+ eerror "due to compiler bugs; please use gcc-config to select a"
+ eerror "different compiler version."
eerror "See https://bugs.gentoo.org/574044"
eerror
return 1