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 0DAA715815E for ; Tue, 6 Feb 2024 19:36:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 52E55E2A1C; 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 36041E2A1C 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 3F8B83430F3 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 D22F114C9 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.9d82932bb4e5843a20789deded535f65b9cc1eb4.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/kwayland/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-plasma/kwayland/kwayland-5.113.0.ebuild kde-plasma/kwayland/kwayland-5.114.0.ebuild X-VCS-Directories: kde-plasma/kwayland/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 9d82932bb4e5843a20789deded535f65b9cc1eb4 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: f5de7d57-69ec-46dd-af1f-154f41fe200f X-Archives-Hash: 2591aba27e4ab634f4644433762f0951 commit: 9d82932bb4e5843a20789deded535f65b9cc1eb4 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Feb 6 19:14:45 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=9d82932b kde-plasma/kwayland: filter-lto in SLOT 5 Bug: https://bugs.gentoo.org/866575 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/kwayland/kwayland-5.113.0.ebuild | 7 ++++++- kde-plasma/kwayland/kwayland-5.114.0.ebuild | 7 ++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/kde-plasma/kwayland/kwayland-5.113.0.ebuild b/kde-plasma/kwayland/kwayland-5.113.0.ebuild index 11741b2f5d91..f7f3207dc3a3 100644 --- a/kde-plasma/kwayland/kwayland-5.113.0.ebuild +++ b/kde-plasma/kwayland/kwayland-5.113.0.ebuild @@ -8,7 +8,7 @@ ECM_QTHELP="true" ECM_TEST="true" KFMIN=$(ver_cut 1-2) QTMIN=5.15.9 -inherit ecm frameworks.kde.org +inherit ecm flag-o-matic frameworks.kde.org DESCRIPTION="Qt-style client and server library wrapper for Wayland libraries" HOMEPAGE="https://invent.kde.org/frameworks/kwayland" @@ -37,3 +37,8 @@ BDEPEND=" >=dev-qt/qtwaylandscanner-${QTMIN}:5 >=dev-util/wayland-scanner-1.19.0 " + +src_configure() { + filter-lto # bug 866575 + ecm_src_configure +} diff --git a/kde-plasma/kwayland/kwayland-5.114.0.ebuild b/kde-plasma/kwayland/kwayland-5.114.0.ebuild index da5400e261c3..5f362f3d51ea 100644 --- a/kde-plasma/kwayland/kwayland-5.114.0.ebuild +++ b/kde-plasma/kwayland/kwayland-5.114.0.ebuild @@ -8,7 +8,7 @@ ECM_QTHELP="true" ECM_TEST="true" KFMIN=$(ver_cut 1-2) QTMIN=5.15.9 -inherit ecm frameworks.kde.org +inherit ecm flag-o-matic frameworks.kde.org DESCRIPTION="Qt-style client and server library wrapper for Wayland libraries" HOMEPAGE="https://invent.kde.org/frameworks/kwayland" @@ -37,3 +37,8 @@ BDEPEND=" >=dev-qt/qtwaylandscanner-${QTMIN}:5 >=dev-util/wayland-scanner-1.19.0 " + +src_configure() { + filter-lto # bug 866575 + ecm_src_configure +}