diff options
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 |