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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 935D1158094 for ; Wed, 14 Sep 2022 21:25:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 80238E09CA; Wed, 14 Sep 2022 21:25:16 +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 6178EE09CA for ; Wed, 14 Sep 2022 21:25:16 +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 4BF42340D49 for ; Wed, 14 Sep 2022 21:25:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 681325CD for ; Wed, 14 Sep 2022 21:25:13 +0000 (UTC) From: "Andreas Sturmlechner" 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" Message-ID: <1663190686.b141e47a45b283055267c15a2b3b02cb85bbae92.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kalgebra/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kalgebra/kalgebra-22.08.49.9999.ebuild kde-apps/kalgebra/kalgebra-9999.ebuild X-VCS-Directories: kde-apps/kalgebra/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: b141e47a45b283055267c15a2b3b02cb85bbae92 X-VCS-Branch: master Date: Wed, 14 Sep 2022 21:25:13 +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: 86bdeb65-95d3-4152-9981-88aa250fb7d4 X-Archives-Hash: 7964ca23d526252ee8961fde0e423aa2 commit: b141e47a45b283055267c15a2b3b02cb85bbae92 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Sep 14 21:24:05 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Sep 14 21:24:46 2022 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=b141e47a kde-apps/kalgebra: Replace -Os with -O2 Closes: https://bugs.gentoo.org/829323 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kalgebra/kalgebra-22.08.49.9999.ebuild | 4 +++- kde-apps/kalgebra/kalgebra-9999.ebuild | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/kde-apps/kalgebra/kalgebra-22.08.49.9999.ebuild b/kde-apps/kalgebra/kalgebra-22.08.49.9999.ebuild index 09dee12bdc..af89e0297b 100644 --- a/kde-apps/kalgebra/kalgebra-22.08.49.9999.ebuild +++ b/kde-apps/kalgebra/kalgebra-22.08.49.9999.ebuild @@ -7,7 +7,7 @@ ECM_HANDBOOK="optional" PVCUT=$(ver_cut 1-3) KFMIN=5.96.0 QTMIN=5.15.5 -inherit ecm gear.kde.org +inherit ecm flag-o-matic gear.kde.org DESCRIPTION="MathML-based 2D and 3D graph calculator by KDE" HOMEPAGE="https://apps.kde.org/kalgebra/ https://edu.kde.org/kalgebra/" @@ -40,6 +40,8 @@ RDEPEND="${DEPEND} " src_configure() { + replace-flags "-Os" "-O2" # bug 829323 + local mycmakeargs=( $(cmake_use_find_package readline Readline) ) diff --git a/kde-apps/kalgebra/kalgebra-9999.ebuild b/kde-apps/kalgebra/kalgebra-9999.ebuild index 09dee12bdc..af89e0297b 100644 --- a/kde-apps/kalgebra/kalgebra-9999.ebuild +++ b/kde-apps/kalgebra/kalgebra-9999.ebuild @@ -7,7 +7,7 @@ ECM_HANDBOOK="optional" PVCUT=$(ver_cut 1-3) KFMIN=5.96.0 QTMIN=5.15.5 -inherit ecm gear.kde.org +inherit ecm flag-o-matic gear.kde.org DESCRIPTION="MathML-based 2D and 3D graph calculator by KDE" HOMEPAGE="https://apps.kde.org/kalgebra/ https://edu.kde.org/kalgebra/" @@ -40,6 +40,8 @@ RDEPEND="${DEPEND} " src_configure() { + replace-flags "-Os" "-O2" # bug 829323 + local mycmakeargs=( $(cmake_use_find_package readline Readline) )