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 5A7D01581D3 for ; Thu, 16 May 2024 01:44:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9A62DE2A27; Thu, 16 May 2024 01:44: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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 751A1E2A27 for ; Thu, 16 May 2024 01:44: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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6AC19340BEF for ; Thu, 16 May 2024 01:44:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A15EB1A80 for ; Thu, 16 May 2024 01:44:46 +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: <1715823877.7981b8dde4b0f9c3e4926e1f837780296a8e3a8c.sam@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/breeze-icons/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/breeze-icons/breeze-icons-9999.ebuild X-VCS-Directories: kde-frameworks/breeze-icons/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7981b8dde4b0f9c3e4926e1f837780296a8e3a8c X-VCS-Branch: master Date: Thu, 16 May 2024 01:44: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: 77dd1a25-f848-4ae4-b1f0-3dda595ce1a1 X-Archives-Hash: fc50f724ee9f948758108ebaa56e0e16 commit: 7981b8dde4b0f9c3e4926e1f837780296a8e3a8c Author: Sam James gentoo org> AuthorDate: Thu May 16 01:43:45 2024 +0000 Commit: Sam James gentoo org> CommitDate: Thu May 16 01:44:37 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=7981b8dd kde-frameworks/breeze-icons: filter LTO for 9999 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-9999.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kde-frameworks/breeze-icons/breeze-icons-9999.ebuild b/kde-frameworks/breeze-icons/breeze-icons-9999.ebuild index d78a6e4e8c..9f7f0dd89e 100644 --- a/kde-frameworks/breeze-icons/breeze-icons-9999.ebuild +++ b/kde-frameworks/breeze-icons/breeze-icons-9999.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