commit: 28b6a2fd96d3b62a4485bd17ec3b81e6cbc79532
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu May 15 22:03:51 2025 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu May 15 22:13:48 2025 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=28b6a2fd
kde-plasma/plasma-meta: Move crash-handler? ( drkonqi ) behind IUSE systemd
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-plasma/plasma-meta/plasma-meta-9999.ebuild | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/kde-plasma/plasma-meta/plasma-meta-9999.ebuild
b/kde-plasma/plasma-meta/plasma-meta-9999.ebuild
index 84dd3b5bfb..74d3276b7e 100644
--- a/kde-plasma/plasma-meta/plasma-meta-9999.ebuild
+++ b/kde-plasma/plasma-meta/plasma-meta-9999.ebuild
@@ -16,7 +16,11 @@ cups discover +display-manager +elogind +firewall flatpak
grub gtk +kwallet
+networkmanager oxygen-theme plymouth pulseaudio qt5 rdp +sddm sdk +smart
systemd
thunderbolt unsupported wacom +wallpapers webengine X"
-REQUIRED_USE="^^ ( elogind systemd )"
+REQUIRED_USE="
+ ^^ ( elogind systemd )
+ crash-handler? ( systemd )
+ firewall? ( systemd )
+"
# The =kde-apps/spectacle-6.3* pin is needed because Spectacle moved from
# KDE Gear => KDE Plasma, but KDE Gear's version scheme is higher than
@@ -78,7 +82,6 @@ RDEPEND="
bluetooth? ( >=kde-plasma/bluedevil-${PV}:${SLOT} )
browser-integration? (
>=kde-plasma/plasma-browser-integration-${PV}:${SLOT} )
colord? ( x11-misc/colord )
- crash-handler? ( >=kde-plasma/drkonqi-${PV}:${SLOT} )
crypt? ( >=kde-plasma/plasma-vault-${PV}:${SLOT} )
cups? (
>=kde-plasma/print-manager-${PV}:${SLOT}
@@ -122,6 +125,7 @@ RDEPEND="
smart? ( >=kde-plasma/plasma-disks-${PV}:${SLOT} )
systemd? (
sys-apps/systemd[pam]
+ crash-handler? ( >=kde-plasma/drkonqi-${PV}:${SLOT} )
firewall? ( >=kde-plasma/plasma-firewall-${PV}:${SLOT} )
)
thunderbolt? ( >=kde-plasma/plasma-thunderbolt-${PV}:${SLOT} )