diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-09-03 19:44:41 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-09-04 13:45:38 +0200 |
commit | d04a6a1c8f01aef59ff243a4ad16b211f37679ed (patch) | |
tree | 83649a6a2fa0f6e4721d62d7a3ad697bc7ae2cc2 /kde-misc | |
parent | net-firewall/pglinux: drop 2.3.1_p20171006-r1 (diff) | |
download | gentoo-d04a6a1c8f01aef59ff243a4ad16b211f37679ed.tar.gz gentoo-d04a6a1c8f01aef59ff243a4ad16b211f37679ed.tar.bz2 gentoo-d04a6a1c8f01aef59ff243a4ad16b211f37679ed.zip |
kde-misc/krusader: Alt. RDEPEND on kde-plasma/kdesu-gui
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-misc')
-rw-r--r-- | kde-misc/krusader/krusader-2.8.1-r3.ebuild (renamed from kde-misc/krusader/krusader-2.8.1-r2.ebuild) | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/kde-misc/krusader/krusader-2.8.1-r2.ebuild b/kde-misc/krusader/krusader-2.8.1-r3.ebuild index b022420855a8..2a8de91526f5 100644 --- a/kde-misc/krusader/krusader-2.8.1-r2.ebuild +++ b/kde-misc/krusader/krusader-2.8.1-r3.ebuild @@ -58,7 +58,10 @@ RDEPEND="${COMMON_DEPEND} kde-apps/kio-extras:5 kde-apps/thumbnailers:5 >=kde-frameworks/ktexteditor-${KFMIN}:5 - kde-plasma/kde-cli-tools:*[kdesu] + || ( + kde-plasma/kdesu-gui:* + kde-plasma/kde-cli-tools:*[kdesu(-)] + ) " src_prepare() { |