[gentoo-commits] repo/gentoo:master commit in: profiles/targets/systemd/, profiles/base/

2025-06-21 Thread Sam James
commit: 7a98e470706425d76a42101e2d8744d1e53f2539
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 21 17:29:58 2025 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 21 17:29:58 2025 +
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  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  (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  (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  (2025-05-18)
 # Requires systemd, so specifically unmasked only in targets/systemd.
 ->=kde-plasma/drkonqi-6.3.90
-
-# Sam James  (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



[gentoo-commits] repo/gentoo:master commit in: profiles/targets/systemd/, profiles/base/

2025-05-18 Thread Andreas Sturmlechner
commit: 21afa84aeccf96be816b4c8f7dcafd585109eccf
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun May 18 15:51:50 2025 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun May 18 15:59:08 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21afa84a

profiles: Mask >=kde-plasma/drkonqi-6.3.90 except for targets/systemd

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 profiles/base/package.mask| 6 +-
 profiles/targets/systemd/package.mask | 6 +-
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/profiles/base/package.mask b/profiles/base/package.mask
index 9678dc930ef8..d8801de4188c 100644
--- a/profiles/base/package.mask
+++ b/profiles/base/package.mask
@@ -1,6 +1,10 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Andreas Sturmlechner  (2025-05-18)
+# Requires systemd, so specifically unmasked only in targets/systemd.
+>=kde-plasma/drkonqi-6.3.90
+
 # Sam James  (2024-11-10)
 # Breaks suspend on elogind systems (bug #934314, bug #923614)
 # https://github.com/polkit-org/polkit/issues/451

diff --git a/profiles/targets/systemd/package.mask 
b/profiles/targets/systemd/package.mask
index 532b8d38fd35..4698f2e442b0 100644
--- a/profiles/targets/systemd/package.mask
+++ b/profiles/targets/systemd/package.mask
@@ -1,6 +1,10 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Andreas Sturmlechner  (2025-05-18)
+# Requires systemd, so specifically unmasked only in targets/systemd.
+->=kde-plasma/drkonqi-6.3.90
+
 # Sam James  (2024-11-10)
 # Breaks suspend on elogind systems (bug #934314, bug #923614) but
 # works fine on systemd machines.



[gentoo-commits] repo/gentoo:master commit in: profiles/targets/systemd/, profiles/base/

2024-12-13 Thread Sam James
commit: 39805de8f9b0dc070a67599bf2a49d455eefb181
Author: John M. Harris Jr.  johnmh  me>
AuthorDate: Fri Dec 13 02:40:25 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Dec 13 09:34:23 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39805de8

profiles: mask sys-apps/fwupd[seccomp] on non-systemd profiles

sys-apps/fwupd[seccomp] requires systemd

Signed-off-by: John M. Harris Jr.  johnmh.me>
Closes: https://github.com/gentoo/gentoo/pull/39699
Signed-off-by: Sam James  gentoo.org>

 profiles/base/package.use.mask| 4 
 profiles/targets/systemd/package.use.mask | 6 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index d6fe0a8e1bc9..46673dd25e61 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -3,6 +3,10 @@
 
 # New entries go on top.
 
+# John M. Harris, Jr.  (2024-12-12)
+# seccomp is only supported with systemd
+sys-apps/fwupd seccomp
+
 # Andreas Sturmlechner  (2024-11-24)
 # sci-libs/vtk[qt5] cleanup, bug #944817
 sci-libs/vtk qt5

diff --git a/profiles/targets/systemd/package.use.mask 
b/profiles/targets/systemd/package.use.mask
index 3c81fe5fa99b..944426611e36 100644
--- a/profiles/targets/systemd/package.use.mask
+++ b/profiles/targets/systemd/package.use.mask
@@ -1,6 +1,10 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# John M. Harris, Jr.  (2024-12-12)
+# seccomp is only supported with systemd
+sys-apps/fwupd -seccomp
+
 # Andreas Sturmlechner  (2021-05-09)
 # Dependency requires sys-apps/systemd.
 kde-plasma/plasma-meta -firewall