app-emulation/wine: Fix GCC-5.3 warning in 1.9.7
authorNP-Hardass <NP-Hardass@gentoo.org>
Tue, 19 Apr 2016 17:06:08 +0000 (13:06 -0400)
committerNP-Hardass <NP-Hardass@gentoo.org>
Tue, 19 Apr 2016 17:07:40 +0000 (13:07 -0400)
Accidentally missed updating 1.9.7 in
72f76cae15de74cb99a604303de297fb5412d68f

Package-Manager: portage-2.2.26

app-emulation/wine/wine-1.9.7.ebuild

index a5e6dac5daf9fe9e2a1c8a76da110d2b57ea8b3b..00d7d2fad8664f92c9eb9362f3821a868223097d 100644 (file)
@@ -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