commit: 6a5ff7c9ad894f50a3d89d914daf5fc168df6839 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Wed Jul 16 20:06:08 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Wed Jul 16 20:08:32 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a5ff7c9
gui-apps/liquidshell: Add missing dependency Closes: https://bugs.gentoo.org/960294 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> gui-apps/liquidshell/liquidshell-1.10.0.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gui-apps/liquidshell/liquidshell-1.10.0.ebuild b/gui-apps/liquidshell/liquidshell-1.10.0.ebuild index 1bf537cf28f7..e8a0defdae9e 100644 --- a/gui-apps/liquidshell/liquidshell-1.10.0.ebuild +++ b/gui-apps/liquidshell/liquidshell-1.10.0.ebuild @@ -19,7 +19,7 @@ LICENSE="GPL-3+" SLOT="0" IUSE="" -DEPEND=" +COMMON_DEPEND=" >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets] >=kde-frameworks/bluez-qt-${KFMIN}:6 >=kde-frameworks/karchive-${KFMIN}:6 @@ -42,7 +42,10 @@ DEPEND=" >=kde-frameworks/networkmanager-qt-${KFMIN}:6 >=kde-frameworks/solid-${KFMIN}:6 " -RDEPEND="${DEPEND} +DEPEND="${COMMON_DEPEND} + >=kde-frameworks/kstatusnotifieritem-${KFMIN}:6 +" +RDEPEND="${COMMON_DEPEND} >=dev-qt/qttools-${QTMIN}:6[qdbus] >=kde-frameworks/kded-${KFMIN}:6 sys-apps/dbus
