commit: 305ed0fc12374c9b65bbd53b771f9a96bc1065e6 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Wed Jun 25 22:19:01 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Wed Jun 25 22:21:51 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=305ed0fc
kde-plasma/kwin-x11: Drop obsolete use of fcaps Closes: https://bugs.gentoo.org/959085 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> kde-plasma/kwin-x11/kwin-x11-6.4.1.ebuild | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/kde-plasma/kwin-x11/kwin-x11-6.4.1.ebuild b/kde-plasma/kwin-x11/kwin-x11-6.4.1.ebuild index a637b1b7d7e2..1b9bfd9c177b 100644 --- a/kde-plasma/kwin-x11/kwin-x11-6.4.1.ebuild +++ b/kde-plasma/kwin-x11/kwin-x11-6.4.1.ebuild @@ -7,7 +7,7 @@ ECM_HANDBOOK="optional" ECM_TEST="true" KFMIN=6.14.0 QTMIN=6.8.1 -inherit ecm fcaps plasma.kde.org xdg +inherit ecm plasma.kde.org xdg DESCRIPTION="Flexible, composited X window manager" @@ -98,10 +98,6 @@ BDEPEND=" >=kde-frameworks/kcmutils-${KFMIN}:6 " -# https://bugs.gentoo.org/941628 -# -m 0755 to avoid suid with USE="-filecaps" -FILECAPS=( -m 0755 cap_sys_nice=ep usr/bin/kwin_wayland ) - src_prepare() { ecm_src_prepare @@ -122,8 +118,3 @@ src_configure() { ecm_src_configure } - -pkg_postinst() { - xdg_pkg_postinst - fcaps_pkg_postinst -}
