commit: 305305d8b5b0d800110caca771ac394361091c15 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Jun 20 05:03:41 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Jun 20 05:03:53 2025 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=305305d8
kde-frameworks/breeze-icons: drop filter-lto It is now disabled upstream instead in git. Not going to backport that though someone else is free to, as it makes no observable difference to users on our end - we can just let it trickle down with this change here. Bug: https://bugs.gentoo.org/931904 Bug: https://bugs.gentoo.org/956679 Signed-off-by: Sam James <sam <AT> gentoo.org> kde-frameworks/breeze-icons/breeze-icons-9999.ebuild | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/kde-frameworks/breeze-icons/breeze-icons-9999.ebuild b/kde-frameworks/breeze-icons/breeze-icons-9999.ebuild index e6b1cef3ab..700989165d 100644 --- a/kde-frameworks/breeze-icons/breeze-icons-9999.ebuild +++ b/kde-frameworks/breeze-icons/breeze-icons-9999.ebuild @@ -4,7 +4,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{10..13} ) -inherit cmake flag-o-matic frameworks.kde.org python-any-r1 xdg +inherit cmake frameworks.kde.org python-any-r1 xdg DESCRIPTION="Breeze SVG icon theme" @@ -31,11 +31,6 @@ python_check_deps() { } src_configure() { - # There's a trade-off between allowing LTO upstream vs supporting - # compilation with less RAM available because of how Qt resources work. - # See bug #931904 and bug #956679. - filter-lto - local mycmakeargs=( -DPython_EXECUTABLE="${PYTHON}" -DBINARY_ICONS_RESOURCE=ON # TODO: remove when kexi was ported away
