From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C0D5415815E for ; Tue, 6 Feb 2024 19:36:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3F8C0E2A1A; Tue, 6 Feb 2024 19:36:49 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 22533E2A1A for ; Tue, 6 Feb 2024 19:36:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3061C3430F1 for ; Tue, 6 Feb 2024 19:36:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BEACC14C8 for ; Tue, 6 Feb 2024 19:36:46 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1707248183.394c9829f7e85bfe2d48157c88ee64d2bfeb874d.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/kwayland-integration/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-plasma/kwayland-integration/kwayland-integration-5.27.10.ebuild kde-plasma/kwayland-integration/kwayland-integration-5.93.0.ebuild X-VCS-Directories: kde-plasma/kwayland-integration/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 394c9829f7e85bfe2d48157c88ee64d2bfeb874d X-VCS-Branch: master Date: Tue, 6 Feb 2024 19:36:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f63dee40-3086-4653-8b44-12405edec78c X-Archives-Hash: 7c3909bafce9b2fdf5715b39e2154f4f commit: 394c9829f7e85bfe2d48157c88ee64d2bfeb874d Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Feb 6 19:17:01 2024 +0000 Commit: Andreas Sturmlechner gentoo 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 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 +}