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 1609C1581C1 for ; Sat, 13 Jul 2024 20:35:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 08EEF2BC01B; Sat, 13 Jul 2024 20:35:27 +0000 (UTC) Received: from smtp.gentoo.org (mail.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DE55C2BC01B for ; Sat, 13 Jul 2024 20:35:26 +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 F278833BE9F for ; Sat, 13 Jul 2024 20:35:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 362FE1D45 for ; Sat, 13 Jul 2024 20:35:24 +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: <1720902897.a9b015e873fab08225d219afc89a53d5fa9ef6d6.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.4.0.ebuild X-VCS-Directories: kde-frameworks/breeze-icons/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a9b015e873fab08225d219afc89a53d5fa9ef6d6 X-VCS-Branch: master Date: Sat, 13 Jul 2024 20:35:24 +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: c955ce4f-0297-48eb-9939-30a2879781cd X-Archives-Hash: 49b19fa0889324a3ff25807aa1a6d06f commit: a9b015e873fab08225d219afc89a53d5fa9ef6d6 Author: Sam James gentoo org> AuthorDate: Sat Jul 13 20:34:31 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jul 13 20:34:57 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9b015e8 kde-frameworks/breeze-icons: drop filter-lto No longer necessary after upstream commit fa44b11bc2b36d5c3cfc5c3403ea75b2fff57253. Bug: https://bugs.gentoo.org/931904 Signed-off-by: Sam James gentoo.org> kde-frameworks/breeze-icons/breeze-icons-6.4.0.ebuild | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/kde-frameworks/breeze-icons/breeze-icons-6.4.0.ebuild b/kde-frameworks/breeze-icons/breeze-icons-6.4.0.ebuild index f38109266365..163508c11bf4 100644 --- a/kde-frameworks/breeze-icons/breeze-icons-6.4.0.ebuild +++ b/kde-frameworks/breeze-icons/breeze-icons-6.4.0.ebuild @@ -5,7 +5,7 @@ EAPI=8 PVCUT=$(ver_cut 1-2) PYTHON_COMPAT=( python3_{10..13} ) -inherit cmake flag-o-matic frameworks.kde.org python-any-r1 xdg +inherit cmake frameworks.kde.org python-any-r1 xdg DESCRIPTION="Breeze SVG icon theme" @@ -32,9 +32,6 @@ python_check_deps() { } src_configure() { - # bug #931904 - filter-lto - local mycmakeargs=( -DPython_EXECUTABLE="${PYTHON}" -DBINARY_ICONS_RESOURCE=ON # TODO: remove when kexi was ported away