From 38d93c7e5f04bf47adbd3f2020666ce6c7a83f52 Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Tue, 5 Aug 2025 15:00:57 -0400 Subject: [PATCH] sci-libs/ginkgo: strict-aliasing is fixed in git, add TODO to remove workaround Bug: https://bugs.gentoo.org/862705 Bug: https://github.com/ginkgo-project/ginkgo/issues/1657 Signed-off-by: Eli Schwartz --- sci-libs/ginkgo/ginkgo-1.10.0.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sci-libs/ginkgo/ginkgo-1.10.0.ebuild b/sci-libs/ginkgo/ginkgo-1.10.0.ebuild index 731e340d09aa9..61f88370d39f8 100644 --- a/sci-libs/ginkgo/ginkgo-1.10.0.ebuild +++ b/sci-libs/ginkgo/ginkgo-1.10.0.ebuild @@ -40,6 +40,8 @@ src_configure() { # https://github.com/ginkgo-project/ginkgo/issues/1657 # # Do not trust it with LTO either. + # + # Fixed after 1.10.0, remove on next version bump. append-flags -fno-strict-aliasing filter-lto