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 E89F0158041 for ; Thu, 29 Feb 2024 02:26:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 17731E2A16; Thu, 29 Feb 2024 02:26:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EE73BE2A16 for ; Thu, 29 Feb 2024 02:26:52 +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 03CB434301E for ; Thu, 29 Feb 2024 02:26:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9164014E0 for ; Thu, 29 Feb 2024 02:26:50 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1709173602.9d29d0bf466b10fc8e2d539ff8edc8ea4aabaa3e.sam@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/kwayland/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/kwayland/kwayland-6.0.49.9999.ebuild kde-plasma/kwayland/kwayland-9999.ebuild X-VCS-Directories: kde-plasma/kwayland/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9d29d0bf466b10fc8e2d539ff8edc8ea4aabaa3e X-VCS-Branch: master Date: Thu, 29 Feb 2024 02:26:50 +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: cde7f393-5e77-4430-bf82-8ff89d6b84c5 X-Archives-Hash: f00c6248a159764962697054aee348c8 commit: 9d29d0bf466b10fc8e2d539ff8edc8ea4aabaa3e Author: Sam James gentoo org> AuthorDate: Thu Feb 29 02:26:27 2024 +0000 Commit: Sam James gentoo org> CommitDate: Thu Feb 29 02:26:42 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=9d29d0bf kde-plasma/kwayland: filter-LTO in SLOT 6 Still an issue upstream. Bug: https://bugs.gentoo.org/866575 Signed-off-by: Sam James gentoo.org> kde-plasma/kwayland/kwayland-6.0.49.9999.ebuild | 7 ++++++- kde-plasma/kwayland/kwayland-9999.ebuild | 7 ++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/kde-plasma/kwayland/kwayland-6.0.49.9999.ebuild b/kde-plasma/kwayland/kwayland-6.0.49.9999.ebuild index 7e6e0ba580..0e0bbba82d 100644 --- a/kde-plasma/kwayland/kwayland-6.0.49.9999.ebuild +++ b/kde-plasma/kwayland/kwayland-6.0.49.9999.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 +} diff --git a/kde-plasma/kwayland/kwayland-9999.ebuild b/kde-plasma/kwayland/kwayland-9999.ebuild index 7e6e0ba580..0e0bbba82d 100644 --- a/kde-plasma/kwayland/kwayland-9999.ebuild +++ b/kde-plasma/kwayland/kwayland-9999.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 +}