commit: c5a616d67dbc9978e14248a3fa5344cfc4b8055e Author: Kostadin Shishmanov <kostadinshishmanov <AT> protonmail <DOT> com> AuthorDate: Sat Feb 21 17:05:25 2026 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Feb 21 17:27:08 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5a616d6
Revert "kde-plasma/spectacle: raise stack size for musl" This reverts commit 3989319eab2d43a4ce234f3d5bf6820f6db73705. Signed-off-by: Kostadin Shishmanov <kostadinshishmanov <AT> protonmail.com> Part-of: https://github.com/gentoo/kde/pull/1091 Signed-off-by: Sam James <sam <AT> gentoo.org> kde-plasma/spectacle/spectacle-6.6.0.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/kde-plasma/spectacle/spectacle-6.6.0.ebuild b/kde-plasma/spectacle/spectacle-6.6.0.ebuild index 52e01e1c8023..5b3de6c22880 100644 --- a/kde-plasma/spectacle/spectacle-6.6.0.ebuild +++ b/kde-plasma/spectacle/spectacle-6.6.0.ebuild @@ -7,7 +7,7 @@ ECM_HANDBOOK="optional" ECM_TEST="forceoptional" KFMIN=6.22.0 QTMIN=6.10.1 -inherit ecm flag-o-matic optfeature plasma.kde.org xdg +inherit ecm optfeature plasma.kde.org xdg DESCRIPTION="Screenshot capture utility" HOMEPAGE="https://apps.kde.org/spectacle/" @@ -66,8 +66,6 @@ BDEPEND=" " src_configure() { - use elibc_musl && append-ldflags -Wl,-z,stack-size=0x100000 # upstream bug 470763 - local mycmakeargs=( $(cmake_use_find_package share KF6Purpose) )
