commit:     394c9829f7e85bfe2d48157c88ee64d2bfeb874d
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Feb  6 19:17:01 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Feb  6 19:36:23 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=394c9829

kde-plasma/kwayland-integration: filter-lto (Qt5-compat plugin)

Also effectively no more development.

Closes: https://bugs.gentoo.org/921430
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../kwayland-integration/kwayland-integration-5.27.10.ebuild       | 3 ++-
 kde-plasma/kwayland-integration/kwayland-integration-5.93.0.ebuild | 7 ++++++-
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git 
a/kde-plasma/kwayland-integration/kwayland-integration-5.27.10.ebuild 
b/kde-plasma/kwayland-integration/kwayland-integration-5.27.10.ebuild
index bb1666634660..430cc1e0db8f 100644
--- a/kde-plasma/kwayland-integration/kwayland-integration-5.27.10.ebuild
+++ b/kde-plasma/kwayland-integration/kwayland-integration-5.27.10.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 KFMIN=5.106.0
 QTMIN=5.15.9
-inherit ecm plasma.kde.org
+inherit ecm flag-o-matic plasma.kde.org
 
 DESCRIPTION="Provides KWindowSystem integration plugin for Wayland"
 HOMEPAGE="https://invent.kde.org/plasma/kwayland-integration";
@@ -45,4 +45,5 @@ src_prepare() {
        ecm_punt_kf_module IdleTime
        cmake_comment_add_subdirectory autotests # only contains idletime test
        cmake_run_in src cmake_comment_add_subdirectory idletime
+       filter-lto # bug 921430
 }

diff --git a/kde-plasma/kwayland-integration/kwayland-integration-5.93.0.ebuild 
b/kde-plasma/kwayland-integration/kwayland-integration-5.93.0.ebuild
index 05e2a781adb1..058fb471a0da 100644
--- a/kde-plasma/kwayland-integration/kwayland-integration-5.93.0.ebuild
+++ b/kde-plasma/kwayland-integration/kwayland-integration-5.93.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 KFMIN=5.113.0
 QTMIN=5.15.9
-inherit ecm plasma.kde.org
+inherit ecm flag-o-matic plasma.kde.org
 
 DESCRIPTION="Provides KWindowSystem integration plugin for Wayland"
 HOMEPAGE="https://invent.kde.org/plasma/kwayland-integration";
@@ -41,3 +41,8 @@ BDEPEND="
        dev-util/wayland-scanner
        virtual/pkgconfig
 "
+
+src_configure() {
+       filter-lto # bug 921430
+       ecm_src_configure
+}

Reply via email to