commit: badb4be4484004bdfd387c77770c262676c8945a 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:24:37 2026 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=badb4be4
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.49.9999.ebuild | 4 +--- kde-apps/dolphin/dolphin-9999.ebuild | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/kde-apps/dolphin/dolphin-25.12.49.9999.ebuild b/kde-apps/dolphin/dolphin-25.12.49.9999.ebuild index 9f88140c2a..9e95be181e 100644 --- a/kde-apps/dolphin/dolphin-25.12.49.9999.ebuild +++ b/kde-apps/dolphin/dolphin-25.12.49.9999.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) diff --git a/kde-apps/dolphin/dolphin-9999.ebuild b/kde-apps/dolphin/dolphin-9999.ebuild index 3f401e3bfd..6b8553e1c2 100644 --- a/kde-apps/dolphin/dolphin-9999.ebuild +++ b/kde-apps/dolphin/dolphin-9999.ebuild @@ -8,7 +8,7 @@ ECM_TEST="true" PVCUT=$(ver_cut 1-3) KFMIN=6.22.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)
