commit:     3d1eac5e55073775de081f601d17bdd08fff62fc
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 10 05:32:46 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Mar 10 05:32:46 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d1eac5e

net-libs/webkit-gtk: drop GCC 15 workaround

Fixed in latest snapshot.

Bug: https://bugs.gentoo.org/948072
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-libs/webkit-gtk/webkit-gtk-2.44.4-r410.ebuild | 5 -----
 net-libs/webkit-gtk/webkit-gtk-2.44.4-r600.ebuild | 5 -----
 net-libs/webkit-gtk/webkit-gtk-2.44.4.ebuild      | 5 -----
 net-libs/webkit-gtk/webkit-gtk-2.46.5-r410.ebuild | 5 -----
 net-libs/webkit-gtk/webkit-gtk-2.46.5-r600.ebuild | 5 -----
 net-libs/webkit-gtk/webkit-gtk-2.46.5.ebuild      | 5 -----
 6 files changed, 30 deletions(-)

diff --git a/net-libs/webkit-gtk/webkit-gtk-2.44.4-r410.ebuild 
b/net-libs/webkit-gtk/webkit-gtk-2.44.4-r410.ebuild
index 19fce48eaa4a..c0fc92c763c5 100644
--- a/net-libs/webkit-gtk/webkit-gtk-2.44.4-r410.ebuild
+++ b/net-libs/webkit-gtk/webkit-gtk-2.44.4-r410.ebuild
@@ -162,11 +162,6 @@ src_configure() {
        # ODR violations (bug #915230, 
https://bugs.webkit.org/show_bug.cgi?id=233007)
        filter-lto
 
-       # bug #948072 (gcc PR118464)
-       if tc-is-gcc && [[ $(gcc-major-version) -eq 15 ]]; then
-               append-cxxflags "-fno-tree-loop-optimize"
-       fi
-
        # It does not compile on alpha without this in LDFLAGS
        # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=648761
        use alpha && append-ldflags "-Wl,--no-relax"

diff --git a/net-libs/webkit-gtk/webkit-gtk-2.44.4-r600.ebuild 
b/net-libs/webkit-gtk/webkit-gtk-2.44.4-r600.ebuild
index ddfabfb6e1b6..e61f3a18a1ad 100644
--- a/net-libs/webkit-gtk/webkit-gtk-2.44.4-r600.ebuild
+++ b/net-libs/webkit-gtk/webkit-gtk-2.44.4-r600.ebuild
@@ -173,11 +173,6 @@ src_configure() {
        # ODR violations (bug #915230, 
https://bugs.webkit.org/show_bug.cgi?id=233007)
        filter-lto
 
-       # bug #948072 (gcc PR118464)
-       if tc-is-gcc && [[ $(gcc-major-version) -eq 15 ]]; then
-               append-cxxflags "-fno-tree-loop-optimize"
-       fi
-
        # It does not compile on alpha without this in LDFLAGS
        # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=648761
        use alpha && append-ldflags "-Wl,--no-relax"

diff --git a/net-libs/webkit-gtk/webkit-gtk-2.44.4.ebuild 
b/net-libs/webkit-gtk/webkit-gtk-2.44.4.ebuild
index 390d8ab5e193..a1948909e39f 100644
--- a/net-libs/webkit-gtk/webkit-gtk-2.44.4.ebuild
+++ b/net-libs/webkit-gtk/webkit-gtk-2.44.4.ebuild
@@ -160,11 +160,6 @@ src_configure() {
        # ODR violations (bug #915230, 
https://bugs.webkit.org/show_bug.cgi?id=233007)
        filter-lto
 
-       # bug #948072 (gcc PR118464)
-       if tc-is-gcc && [[ $(gcc-major-version) -eq 15 ]]; then
-               append-cxxflags "-fno-tree-loop-optimize"
-       fi
-
        # It does not compile on alpha without this in LDFLAGS
        # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=648761
        use alpha && append-ldflags "-Wl,--no-relax"

diff --git a/net-libs/webkit-gtk/webkit-gtk-2.46.5-r410.ebuild 
b/net-libs/webkit-gtk/webkit-gtk-2.46.5-r410.ebuild
index 5b6350daba31..ebd4c0d24e5d 100644
--- a/net-libs/webkit-gtk/webkit-gtk-2.46.5-r410.ebuild
+++ b/net-libs/webkit-gtk/webkit-gtk-2.46.5-r410.ebuild
@@ -160,11 +160,6 @@ src_configure() {
        # ODR violations (bug #915230, 
https://bugs.webkit.org/show_bug.cgi?id=233007)
        filter-lto
 
-       # bug #948072 (gcc PR118464)
-       if tc-is-gcc && [[ $(gcc-major-version) -eq 15 ]]; then
-               append-cxxflags "-fno-tree-loop-optimize"
-       fi
-
        # It does not compile on alpha without this in LDFLAGS
        # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=648761
        use alpha && append-ldflags "-Wl,--no-relax"

diff --git a/net-libs/webkit-gtk/webkit-gtk-2.46.5-r600.ebuild 
b/net-libs/webkit-gtk/webkit-gtk-2.46.5-r600.ebuild
index 5dcdadc3bed1..a3baa23b03f9 100644
--- a/net-libs/webkit-gtk/webkit-gtk-2.46.5-r600.ebuild
+++ b/net-libs/webkit-gtk/webkit-gtk-2.46.5-r600.ebuild
@@ -171,11 +171,6 @@ src_configure() {
        # ODR violations (bug #915230, 
https://bugs.webkit.org/show_bug.cgi?id=233007)
        filter-lto
 
-       # bug #948072 (gcc PR118464)
-       if tc-is-gcc && [[ $(gcc-major-version) -eq 15 ]]; then
-               append-cxxflags "-fno-tree-loop-optimize"
-       fi
-
        # It does not compile on alpha without this in LDFLAGS
        # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=648761
        use alpha && append-ldflags "-Wl,--no-relax"

diff --git a/net-libs/webkit-gtk/webkit-gtk-2.46.5.ebuild 
b/net-libs/webkit-gtk/webkit-gtk-2.46.5.ebuild
index 982fa22f27f7..e2edb9c14255 100644
--- a/net-libs/webkit-gtk/webkit-gtk-2.46.5.ebuild
+++ b/net-libs/webkit-gtk/webkit-gtk-2.46.5.ebuild
@@ -160,11 +160,6 @@ src_configure() {
        # ODR violations (bug #915230, 
https://bugs.webkit.org/show_bug.cgi?id=233007)
        filter-lto
 
-       # bug #948072 (gcc PR118464)
-       if tc-is-gcc && [[ $(gcc-major-version) -eq 15 ]]; then
-               append-cxxflags "-fno-tree-loop-optimize"
-       fi
-
        # It does not compile on alpha without this in LDFLAGS
        # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=648761
        use alpha && append-ldflags "-Wl,--no-relax"

Reply via email to