commit: 7a98e470706425d76a42101e2d8744d1e53f2539 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Jun 21 17:29:58 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Jun 21 17:29:58 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a98e470
profiles: drop >=polkit-124 mask for non-systemd It seems the issue was limited to old kernels (5.10 or so). It doesn't justify keeping it masked for all non-systemd users. Bug: https://bugs.gentoo.org/923614 Bug: https://bugs.gentoo.org/934314 Bug: https://github.com/polkit-org/polkit/issues/451 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/base/package.mask | 5 ----- profiles/targets/systemd/package.mask | 6 ------ 2 files changed, 11 deletions(-) diff --git a/profiles/base/package.mask b/profiles/base/package.mask index d8801de4188c..a57c3b6ef7c4 100644 --- a/profiles/base/package.mask +++ b/profiles/base/package.mask @@ -5,11 +5,6 @@ # Requires systemd, so specifically unmasked only in targets/systemd. >=kde-plasma/drkonqi-6.3.90 -# Sam James <[email protected]> (2024-11-10) -# Breaks suspend on elogind systems (bug #934314, bug #923614) -# https://github.com/polkit-org/polkit/issues/451 ->=sys-auth/polkit-124 - # matoro <[email protected]> (2024-08-18) # Pre-rust versions of librsvg. Has vulnerabilities, so masked by # default and only unmasked on wd40. diff --git a/profiles/targets/systemd/package.mask b/profiles/targets/systemd/package.mask index 4698f2e442b0..4c912c607a5e 100644 --- a/profiles/targets/systemd/package.mask +++ b/profiles/targets/systemd/package.mask @@ -4,9 +4,3 @@ # Andreas Sturmlechner <[email protected]> (2025-05-18) # Requires systemd, so specifically unmasked only in targets/systemd. ->=kde-plasma/drkonqi-6.3.90 - -# Sam James <[email protected]> (2024-11-10) -# Breaks suspend on elogind systems (bug #934314, bug #923614) but -# works fine on systemd machines. -# https://github.com/polkit-org/polkit/issues/451 -->=sys-auth/polkit-124
