commit: 21afa84aeccf96be816b4c8f7dcafd585109eccf Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sun May 18 15:51:50 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun May 18 15:59:08 2025 +0000 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 <asturm <AT> 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 <[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) # 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 <[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.
