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 E4E351581C1 for ; Sat, 13 Jul 2024 20:35:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E1AB2BC021; Sat, 13 Jul 2024 20:35:54 +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 083872BC021 for ; Sat, 13 Jul 2024 20:35:54 +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 4C827335CAF for ; Sat, 13 Jul 2024 20:35:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9572D1D45 for ; Sat, 13 Jul 2024 20:35:51 +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: <1720902944.67f8a5f3d619b7398880585bb7eca41a686df0ba.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: 67f8a5f3d619b7398880585bb7eca41a686df0ba X-VCS-Branch: master Date: Sat, 13 Jul 2024 20:35:51 +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: 01f32a03-5691-4816-924d-b8b947398d70 X-Archives-Hash: 0634488af3508d81772c00aacf21bd7a commit: 67f8a5f3d619b7398880585bb7eca41a686df0ba Author: Sam James gentoo org> AuthorDate: Sat Jul 13 20:34:31 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jul 13 20:35:44 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=67f8a5f3 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-9999.ebuild | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/kde-frameworks/breeze-icons/breeze-icons-9999.ebuild b/kde-frameworks/breeze-icons/breeze-icons-9999.ebuild index f49acbb1af..596563b4b4 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..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