From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1605323-garchives=archives.gentoo.org@lists.gentoo.org> 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 52A28158041 for <garchives@archives.gentoo.org>; Thu, 29 Feb 2024 02:24:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 51026E2A16; Thu, 29 Feb 2024 02:24:37 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2EAEFE2A16 for <gentoo-commits@lists.gentoo.org>; Thu, 29 Feb 2024 02:24:37 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 214E534301E for <gentoo-commits@lists.gentoo.org>; Thu, 29 Feb 2024 02:24:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2FC5C14E0 for <gentoo-commits@lists.gentoo.org>; Thu, 29 Feb 2024 02:24:34 +0000 (UTC) From: "Sam James" <sam@gentoo.org> 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" <sam@gentoo.org> Message-ID: <1709173451.bcb8ac495537ea0175c72594aad868576bdf926b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/kwayland/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-plasma/kwayland/kwayland-6.0.0.ebuild X-VCS-Directories: kde-plasma/kwayland/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: bcb8ac495537ea0175c72594aad868576bdf926b X-VCS-Branch: master Date: Thu, 29 Feb 2024 02:24:34 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: eaa4dfef-65ad-4a2a-bf3a-c7cb241c32ac X-Archives-Hash: 7bb7a01cf7dd43fe721dfb27658b35fc 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 +}