diff options
| author | Ben Cooksley <[email protected]> | 2024-05-26 08:22:56 +1200 |
|---|---|---|
| committer | Ben Cooksley <[email protected]> | 2024-05-26 08:22:56 +1200 |
| commit | dba9b3435d63b7febd12a153d83a422566d4ecfa (patch) | |
| tree | 71c7d9acf615b4e98dcdc5c51466563a776060e7 | |
| parent | 047769a5faa7de07c638ab8cc0b567a0762cc3f7 (diff) | |
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
| -rw-r--r-- | .kde-ci.yml | 4 |
1 files 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'] |
