commit: 5ddadfbd737a0a0c1a5ecdea0f23f523f83f27d0 Author: Kostadin Shishmanov <kostadinshishmanov <AT> protonmail <DOT> com> AuthorDate: Sat Feb 21 17:04:27 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=5ddadfbd
Revert "kde-apps/dolphin: raise stack size for musl" This reverts commit 877d3aba5fff5beb9cc0efeb0d5b5170d5f8683c. 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-apps/dolphin/dolphin-25.12.2.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/kde-apps/dolphin/dolphin-25.12.2.ebuild b/kde-apps/dolphin/dolphin-25.12.2.ebuild index c2e094c2c0ae..379fcc5ec3cd 100644 --- a/kde-apps/dolphin/dolphin-25.12.2.ebuild +++ b/kde-apps/dolphin/dolphin-25.12.2.ebuild @@ -8,7 +8,7 @@ ECM_TEST="true" PVCUT=$(ver_cut 1-3) KFMIN=6.19.0 QTMIN=6.10.1 -inherit ecm flag-o-matic gear.kde.org optfeature xdg +inherit ecm gear.kde.org optfeature xdg DESCRIPTION="Plasma filemanager focusing on usability" HOMEPAGE="https://apps.kde.org/dolphin/ https://userbase.kde.org/Dolphin" @@ -60,8 +60,6 @@ RDEPEND="${DEPEND} " src_configure() { - use elibc_musl && append-ldflags -Wl,-z,stack-size=0x100000 # upstream bug 470763 - local mycmakeargs=( -DCMAKE_DISABLE_FIND_PACKAGE_PackageKitQt6=ON $(cmake_use_find_package semantic-desktop KF6Baloo)
