From 68bf4d988d71805013fbedf5b94aee090cb9cb43 Mon Sep 17 00:00:00 2001 From: NP-Hardass Date: Tue, 19 Apr 2016 13:06:08 -0400 Subject: [PATCH] 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 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 -- 2.26.2