commit:     bcb8ac495537ea0175c72594aad868576bdf926b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 29 02:23:57 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Feb 29 02:24:11 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcb8ac49

kde-plasma/kwayland: filter-LTO in SLOT 6

Still an issue upstream.

Bug: https://bugs.gentoo.org/866575
Signed-off-by: Sam James <sam <AT> gentoo.org>

 kde-plasma/kwayland/kwayland-6.0.0.ebuild | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/kde-plasma/kwayland/kwayland-6.0.0.ebuild 
b/kde-plasma/kwayland/kwayland-6.0.0.ebuild
index 8ebeb6320394..20d88c070389 100644
--- a/kde-plasma/kwayland/kwayland-6.0.0.ebuild
+++ b/kde-plasma/kwayland/kwayland-6.0.0.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 ECM_TEST="true"
 KFMIN=6.0
 QTMIN=6.6.2
-inherit ecm plasma.kde.org
+inherit ecm flag-o-matic plasma.kde.org
 
 DESCRIPTION="Qt-style API to interact with the wayland-client API"
 HOMEPAGE="https://invent.kde.org/frameworks/kwayland";
@@ -35,3 +35,8 @@ BDEPEND="
        >=dev-qt/qtwayland-${QTMIN}:6
        >=dev-util/wayland-scanner-1.19.0
 "
+
+src_configure() {
+       filter-lto # bug 866575
+       ecm_src_configure
+}

Reply via email to