diff options
author | 2024-11-10 13:09:56 +0000 | |
---|---|---|
committer | 2024-11-10 13:09:56 +0000 | |
commit | 8e13b2238a22208eab1a24fe839fd61b81b3acb2 (patch) | |
tree | 07356e84042b89084908fdcdb126279f8e3c6369 /profiles | |
parent | Revert "sys-auth/polkit: drop 123" (diff) | |
download | gentoo-8e13b2238a22208eab1a24fe839fd61b81b3acb2.tar.gz gentoo-8e13b2238a22208eab1a24fe839fd61b81b3acb2.tar.bz2 gentoo-8e13b2238a22208eab1a24fe839fd61b81b3acb2.zip |
profiles: mask >=sys-auth/polkit-124 on non-systemd profiles
>=polkit-124 breaks suspend on elogind systems and I haven't been able
to get to the bottom of it, so mask for now.
Bug: https://github.com/polkit-org/polkit/issues/451
Bug: https://bugs.gentoo.org/923614
Bug: https://bugs.gentoo.org/934314
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/base/package.mask | 5 | ||||
-rw-r--r-- | profiles/targets/systemd/package.mask | 8 |
2 files changed, 13 insertions, 0 deletions
diff --git a/profiles/base/package.mask b/profiles/base/package.mask index f7f6c9a921d0..9678dc930ef8 100644 --- a/profiles/base/package.mask +++ b/profiles/base/package.mask @@ -1,6 +1,11 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James <sam@gentoo.org> (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 <matoro_gentoo@matoro.tk> (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 new file mode 100644 index 000000000000..532b8d38fd35 --- /dev/null +++ b/profiles/targets/systemd/package.mask @@ -0,0 +1,8 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Sam James <sam@gentoo.org> (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 |