mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
kde-frameworks/breeze-icons: filter LTO for 6.2.0
Doesn't build anymore, see upstream bug for details. Bug: https://invent.kde.org/frameworks/breeze-icons/-/issues/18 Closes: https://bugs.gentoo.org/931904 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -5,7 +5,7 @@ EAPI=8
|
||||
|
||||
PVCUT=$(ver_cut 1-2)
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
inherit cmake frameworks.kde.org python-any-r1 xdg
|
||||
inherit cmake flag-o-matic frameworks.kde.org python-any-r1 xdg
|
||||
|
||||
DESCRIPTION="Breeze SVG icon theme"
|
||||
|
||||
@@ -37,6 +37,9 @@ src_prepare() {
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
# bug #931904
|
||||
filter-lto
|
||||
|
||||
local mycmakeargs=(
|
||||
-DPython_EXECUTABLE="${PYTHON}"
|
||||
-DBINARY_ICONS_RESOURCE=ON # TODO: remove when kexi was ported away
|
||||
|
||||
Reference in New Issue
Block a user