From dba9b3435d63b7febd12a153d83a422566d4ecfa Mon Sep 17 00:00:00 2001 From: Ben Cooksley Date: Sun, 26 May 2024 08:22:56 +1200 Subject: [PATCH] Baloo Widgets and kio-extras are both part of KDE Gear - which is also what Dolphin is part of. Accordingly, they should be using @same for their dependencies --- .kde-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.kde-ci.yml b/.kde-ci.yml index 3c0b4deaf..ba2291b52 100644 --- a/.kde-ci.yml +++ b/.kde-ci.yml @@ -31,13 +31,13 @@ Dependencies: - 'on': ['Linux/Qt6', 'FreeBSD/Qt6'] 'require': 'frameworks/baloo': '@latest-kf6' - 'libraries/baloo-widgets': '@latest-kf6' + 'libraries/baloo-widgets': '@same' 'plasma/plasma-activities': '@latest-kf6' 'third-party/packagekit-qt': '@latest' - 'on': ['Linux/Qt6', 'Windows/Qt6', 'macOS/Qt6'] 'require': - 'network/kio-extras': '@latest-kf6' + 'network/kio-extras': '@same' RuntimeDependencies: - 'on': ['Linux'] -- 2.47.3