summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJimi Huotari <chiitoo@gentoo.org>2016-05-03 01:35:00 -0400
committerNP-Hardass <NP-Hardass@gentoo.org>2016-05-12 21:48:47 -0400
commitef0e57b6b3f7e373e1680abec940378c5cefa100 (patch)
tree45d13e1028dd694cc36addca2e78abbceb680d3e /app-emulation/wine/wine-9999.ebuild
parentapp-emulation/winetricks: Remove old version. (diff)
downloadgentoo-ef0e57b6b3f7e373e1680abec940378c5cefa100.tar.gz
gentoo-ef0e57b6b3f7e373e1680abec940378c5cefa100.tar.bz2
gentoo-ef0e57b6b3f7e373e1680abec940378c5cefa100.zip
app-emulation/wine: Change GCC-5.3 warning.
Reverts the two following commits: 72f76cae15de74cb99a604303de297fb5412d68f 68bf4d988d71805013fbedf5b94aee090cb9cb43 Signed-off-by: NP-Hardass <NP-Hardass@gentoo.org> Package-Manager: portage-2.2.28
Diffstat (limited to 'app-emulation/wine/wine-9999.ebuild')
-rw-r--r--app-emulation/wine/wine-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/wine/wine-9999.ebuild b/app-emulation/wine/wine-9999.ebuild
index fd9b548ac8c4..b9c1d5395b71 100644
--- a/app-emulation/wine/wine-9999.ebuild
+++ b/app-emulation/wine/wine-9999.ebuild
@@ -184,8 +184,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 use gcc-config to select a"
- eerror "different compiler version."
+ 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 "See https://bugs.gentoo.org/574044"
eerror
return 1