From 21afa84aeccf96be816b4c8f7dcafd585109eccf Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Sun, 18 May 2025 17:51:50 +0200 Subject: [PATCH] profiles: Mask >=kde-plasma/drkonqi-6.3.90 except for targets/systemd Signed-off-by: Andreas Sturmlechner --- 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 9678dc930ef80..d8801de4188c2 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 532b8d38fd350..4698f2e442b0f 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.