From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1598042-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 3D4EC15815E for <garchives@archives.gentoo.org>; Tue, 6 Feb 2024 19:21:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3D3D7E2A06; Tue, 6 Feb 2024 19:21:52 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 171E6E29B8 for <gentoo-commits@lists.gentoo.org>; Tue, 6 Feb 2024 19:21: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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 205693430DC for <gentoo-commits@lists.gentoo.org>; Tue, 6 Feb 2024 19:21:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6D6E514C7 for <gentoo-commits@lists.gentoo.org>; Tue, 6 Feb 2024 19:21:49 +0000 (UTC) From: "Andreas Sturmlechner" <asturm@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, "Andreas Sturmlechner" <asturm@gentoo.org> Message-ID: <1707247177.d7dd69cbfb6c6e49fcabe3feb4ad675601377d9c.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/kwayland/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/kwayland/kwayland-5.115.0.ebuild kde-plasma/kwayland/kwayland-5.239.9999.ebuild X-VCS-Directories: kde-plasma/kwayland/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d7dd69cbfb6c6e49fcabe3feb4ad675601377d9c X-VCS-Branch: master Date: Tue, 6 Feb 2024 19:21:49 +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: 23ec31d1-1dd7-4218-948e-708a84aca5a3 X-Archives-Hash: 1f994e1a7314dc4cb4e0cf1395c2b734 commit: d7dd69cbfb6c6e49fcabe3feb4ad675601377d9c Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Tue Feb 6 19:14:45 2024 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Tue Feb 6 19:19:37 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=d7dd69cb kde-plasma/kwayland: filter-lto in SLOT 5 Bug: https://bugs.gentoo.org/866575 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> kde-plasma/kwayland/kwayland-5.115.0.ebuild | 7 ++++++- kde-plasma/kwayland/kwayland-5.239.9999.ebuild | 7 ++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/kde-plasma/kwayland/kwayland-5.115.0.ebuild b/kde-plasma/kwayland/kwayland-5.115.0.ebuild index da5400e261..5f362f3d51 100644 --- a/kde-plasma/kwayland/kwayland-5.115.0.ebuild +++ b/kde-plasma/kwayland/kwayland-5.115.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.239.9999.ebuild b/kde-plasma/kwayland/kwayland-5.239.9999.ebuild index 7a58491440..02f2429b96 100644 --- a/kde-plasma/kwayland/kwayland-5.239.9999.ebuild +++ b/kde-plasma/kwayland/kwayland-5.239.9999.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 +}