summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-12-17 13:34:49 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2023-12-17 20:54:12 +0100
commit31e3045c3473bc07822794fbe96c7849f5ff5864 (patch)
treebc693a59b92060da5c8eb69a950861e6cf141d24 /gui-apps
parentgui-apps/slurp: add 1.5.0 (diff)
downloadgentoo-31e3045c3473bc07822794fbe96c7849f5ff5864.tar.gz
gentoo-31e3045c3473bc07822794fbe96c7849f5ff5864.tar.bz2
gentoo-31e3045c3473bc07822794fbe96c7849f5ff5864.zip
gui-apps/nm-tray: Add missing kde-frameworks/networkmanager-qt:5 slot dep
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'gui-apps')
-rw-r--r--gui-apps/nm-tray/nm-tray-0.5.0-r1.ebuild (renamed from gui-apps/nm-tray/nm-tray-0.5.0.ebuild)4
1 files changed, 2 insertions, 2 deletions
diff --git a/gui-apps/nm-tray/nm-tray-0.5.0.ebuild b/gui-apps/nm-tray/nm-tray-0.5.0-r1.ebuild
index bca3aff8e964..f9ed92fff950 100644
--- a/gui-apps/nm-tray/nm-tray-0.5.0.ebuild
+++ b/gui-apps/nm-tray/nm-tray-0.5.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -24,7 +24,7 @@ RDEPEND="
dev-qt/qtgui:5
dev-qt/qtnetwork:5
dev-qt/qtwidgets:5
- kde-frameworks/networkmanager-qt
+ kde-frameworks/networkmanager-qt:5
"
DEPEND="${RDEPEND}"