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 E97B21581D3 for ; Thu, 16 May 2024 01:45:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 37505E2A30; Thu, 16 May 2024 01:45:04 +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 1C36EE2A30 for ; Thu, 16 May 2024 01:45:04 +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 2DD38342FF9 for ; Thu, 16 May 2024 01:45:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9BF091A80 for ; Thu, 16 May 2024 01:45:01 +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: <1715823825.fc9bded2a234d0a0a66106fd0743554bdf48fdb5.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/breeze-icons/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/breeze-icons/breeze-icons-6.2.0.ebuild X-VCS-Directories: kde-frameworks/breeze-icons/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: fc9bded2a234d0a0a66106fd0743554bdf48fdb5 X-VCS-Branch: master Date: Thu, 16 May 2024 01:45:01 +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: 04743c9c-93b8-4a13-a2e3-dbfa0df04308 X-Archives-Hash: bb38364cd4cbf4717d28e1655217a25d commit: fc9bded2a234d0a0a66106fd0743554bdf48fdb5 Author: Sam James gentoo org> AuthorDate: Thu May 16 01:43:45 2024 +0000 Commit: Sam James gentoo org> CommitDate: Thu May 16 01:43:45 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc9bded2 kde-frameworks/breeze-icons: filter LTO for 6.2.0 Doesn't build anymore, see upstream bug for details. Bug: https://invent.kde.org/frameworks/breeze-icons/-/issues/18 Closes: https://bugs.gentoo.org/931904 Signed-off-by: Sam James gentoo.org> kde-frameworks/breeze-icons/breeze-icons-6.2.0.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kde-frameworks/breeze-icons/breeze-icons-6.2.0.ebuild b/kde-frameworks/breeze-icons/breeze-icons-6.2.0.ebuild index f8cea2337028..65984a9ecaf1 100644 --- a/kde-frameworks/breeze-icons/breeze-icons-6.2.0.ebuild +++ b/kde-frameworks/breeze-icons/breeze-icons-6.2.0.ebuild @@ -5,7 +5,7 @@ EAPI=8 PVCUT=$(ver_cut 1-2) PYTHON_COMPAT=( python3_{10..12} ) -inherit cmake frameworks.kde.org python-any-r1 xdg +inherit cmake flag-o-matic frameworks.kde.org python-any-r1 xdg DESCRIPTION="Breeze SVG icon theme" @@ -37,6 +37,9 @@ src_prepare() { } src_configure() { + # bug #931904 + filter-lto + local mycmakeargs=( -DPython_EXECUTABLE="${PYTHON}" -DBINARY_ICONS_RESOURCE=ON # TODO: remove when kexi was ported away