commit:     68bf4d988d71805013fbedf5b94aee090cb9cb43
Author:     NP-Hardass <NP-Hardass <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 19 17:06:08 2016 +0000
Commit:     NP Hardass <np-hardass <AT> gentoo <DOT> org>
CommitDate: Tue Apr 19 17:07:40 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68bf4d98

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

 app-emulation/wine/wine-1.9.7.ebuild | 4 ++--
 1 file 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 a5e6dac..00d7d2f 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

Reply via email to