commit: 893f9a6fec6a9c4b7f924fda7da8503ca8a3074d Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Jan 13 10:30:13 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Jan 13 10:32:07 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=893f9a6f
app-arch/libdeflate: drop ifcombine workaround Works in latest snapshot. Bug: https://bugs.gentoo.org/946876 Signed-off-by: Sam James <sam <AT> gentoo.org> app-arch/libdeflate/libdeflate-1.23.ebuild | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/app-arch/libdeflate/libdeflate-1.23.ebuild b/app-arch/libdeflate/libdeflate-1.23.ebuild index b2a16ab571fc..782a8b4efe16 100644 --- a/app-arch/libdeflate/libdeflate-1.23.ebuild +++ b/app-arch/libdeflate/libdeflate-1.23.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit cmake-multilib flag-o-matic toolchain-funcs +inherit cmake-multilib DESCRIPTION="Heavily optimized DEFLATE/zlib/gzip (de)compression" HOMEPAGE="https://github.com/ebiggers/libdeflate" @@ -35,9 +35,6 @@ PATCHES=( ) src_configure() { - # Workaround for bug #946876 (gcc PR118206) - tc-is-gcc && [[ $(gcc-major-version) -eq 15 ]] && append-flags -fdisable-tree-ifcombine - local mycmakeargs=( -DLIBDEFLATE_BUILD_SHARED_LIB="yes" -DLIBDEFLATE_BUILD_STATIC_LIB="no"
