diff options
author | NP-Hardass <NP-Hardass@gentoo.org> | 2016-04-19 13:06:08 -0400 |
---|---|---|
committer | NP-Hardass <NP-Hardass@gentoo.org> | 2016-04-19 13:07:40 -0400 |
commit | 68bf4d988d71805013fbedf5b94aee090cb9cb43 (patch) | |
tree | 73baf72a0372294911468536a3c1b1c27f6cc04e /app-emulation | |
parent | 00426285a87ca74b50f4b3747c246de37b5870f8 (diff) | |
download | gentoo-68bf4d988d71805013fbedf5b94aee090cb9cb43.tar.gz gentoo-68bf4d988d71805013fbedf5b94aee090cb9cb43.tar.xz |
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')
-rw-r--r-- | app-emulation/wine/wine-1.9.7.ebuild | 4 |
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 a5e6dac5daf..00d7d2fad86 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 |