commit: 38d93c7e5f04bf47adbd3f2020666ce6c7a83f52 Author: Eli Schwartz <eschwartz <AT> gentoo <DOT> org> AuthorDate: Tue Aug 5 19:00:57 2025 +0000 Commit: Eli Schwartz <eschwartz <AT> gentoo <DOT> org> CommitDate: Tue Aug 5 19:53:33 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38d93c7e
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 <eschwartz <AT> gentoo.org> 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 731e340d09aa..61f88370d39f 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
