kde-apps/kalgebra: Replace -Os with -O2

Closes: https://bugs.gentoo.org/829323
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner 2022-09-14 23:24:05 +02:00
parent d06a9cf2f2
commit 54e2ea1430
No known key found for this signature in database
GPG Key ID: 14644BCDD1535109
2 changed files with 6 additions and 2 deletions

View File

@ -7,7 +7,7 @@ ECM_HANDBOOK="optional"
PVCUT=$(ver_cut 1-3)
KFMIN=5.92.0
QTMIN=5.15.4
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)
)

View File

@ -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)
)