commit:     ef0e57b6b3f7e373e1680abec940378c5cefa100
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Tue May  3 05:35:00 2016 +0000
Commit:     NP Hardass <np-hardass <AT> gentoo <DOT> org>
CommitDate: Fri May 13 01:48:47 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef0e57b6

app-emulation/wine: Change GCC-5.3 warning.

Reverts the two following commits:

72f76cae15de74cb99a604303de297fb5412d68f
68bf4d988d71805013fbedf5b94aee090cb9cb43

Signed-off-by: NP-Hardass <NP-Hardass <AT> gentoo.org>

Package-Manager: portage-2.2.28

 app-emulation/wine/wine-1.8-r1.ebuild   | 4 ++--
 app-emulation/wine/wine-1.8.1-r1.ebuild | 4 ++--
 app-emulation/wine/wine-1.8.2.ebuild    | 4 ++--
 app-emulation/wine/wine-1.9.4-r1.ebuild | 4 ++--
 app-emulation/wine/wine-1.9.5-r1.ebuild | 4 ++--
 app-emulation/wine/wine-1.9.6-r1.ebuild | 4 ++--
 app-emulation/wine/wine-1.9.7-r1.ebuild | 4 ++--
 app-emulation/wine/wine-1.9.8.ebuild    | 4 ++--
 app-emulation/wine/wine-9999.ebuild     | 4 ++--
 9 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/app-emulation/wine/wine-1.8-r1.ebuild 
b/app-emulation/wine/wine-1.8-r1.ebuild
index 71ab536..e074f92 100644
--- a/app-emulation/wine/wine-1.8-r1.ebuild
+++ b/app-emulation/wine/wine-1.8-r1.ebuild
@@ -181,8 +181,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

diff --git a/app-emulation/wine/wine-1.8.1-r1.ebuild 
b/app-emulation/wine/wine-1.8.1-r1.ebuild
index 7b7d61b..0b38bc8 100644
--- a/app-emulation/wine/wine-1.8.1-r1.ebuild
+++ b/app-emulation/wine/wine-1.8.1-r1.ebuild
@@ -182,8 +182,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

diff --git a/app-emulation/wine/wine-1.8.2.ebuild 
b/app-emulation/wine/wine-1.8.2.ebuild
index 2a66a51..951e2bc 100644
--- a/app-emulation/wine/wine-1.8.2.ebuild
+++ b/app-emulation/wine/wine-1.8.2.ebuild
@@ -182,8 +182,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

diff --git a/app-emulation/wine/wine-1.9.4-r1.ebuild 
b/app-emulation/wine/wine-1.9.4-r1.ebuild
index 9273ab1..0e6073c 100644
--- a/app-emulation/wine/wine-1.9.4-r1.ebuild
+++ b/app-emulation/wine/wine-1.9.4-r1.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 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

diff --git a/app-emulation/wine/wine-1.9.5-r1.ebuild 
b/app-emulation/wine/wine-1.9.5-r1.ebuild
index 3502990..25d8daf 100644
--- a/app-emulation/wine/wine-1.9.5-r1.ebuild
+++ b/app-emulation/wine/wine-1.9.5-r1.ebuild
@@ -179,8 +179,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

diff --git a/app-emulation/wine/wine-1.9.6-r1.ebuild 
b/app-emulation/wine/wine-1.9.6-r1.ebuild
index a7c141c..885d311 100644
--- a/app-emulation/wine/wine-1.9.6-r1.ebuild
+++ b/app-emulation/wine/wine-1.9.6-r1.ebuild
@@ -179,8 +179,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

diff --git a/app-emulation/wine/wine-1.9.7-r1.ebuild 
b/app-emulation/wine/wine-1.9.7-r1.ebuild
index a7c141c..885d311 100644
--- a/app-emulation/wine/wine-1.9.7-r1.ebuild
+++ b/app-emulation/wine/wine-1.9.7-r1.ebuild
@@ -179,8 +179,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

diff --git a/app-emulation/wine/wine-1.9.8.ebuild 
b/app-emulation/wine/wine-1.9.8.ebuild
index 1ff9d2b..4ee43c7 100644
--- a/app-emulation/wine/wine-1.9.8.ebuild
+++ b/app-emulation/wine/wine-1.9.8.ebuild
@@ -179,8 +179,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

diff --git a/app-emulation/wine/wine-9999.ebuild 
b/app-emulation/wine/wine-9999.ebuild
index fd9b548..b9c1d53 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

Reply via email to