diff options
| author | 2025-02-22 02:04:44 -0500 | |
|---|---|---|
| committer | 2025-02-22 20:42:32 -0500 | |
| commit | 960270bb861a0e54bc837f7feeb9c3a9b9a18661 (patch) | |
| tree | 2350de0288296158d6c8058d50f8da493fa67a32 /components | |
| parent | 4d0315767d475c6234b8bd57a7ac5429480f47b8 (diff) | |
| download | kiwi-descriptions-960270bb861a0e54bc837f7feeb9c3a9b9a18661.tar.gz kiwi-descriptions-960270bb861a0e54bc837f7feeb9c3a9b9a18661.zip | |
components/desktops/kde: Only install KDE PIM on x86_64, AArch64, and POWER
This group is currently not available for any other architectures.
Diffstat (limited to 'components')
| -rw-r--r-- | components/desktops/kde.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/desktops/kde.xml b/components/desktops/kde.xml index 0f629f7..f339652 100644 --- a/components/desktops/kde.xml +++ b/components/desktops/kde.xml @@ -28,7 +28,7 @@ <namedCollection name="kde-desktop-environment"/> <namedCollection name="kde-apps"/> <namedCollection name="kde-media"/> - <namedCollection name="kde-pim"/> + <namedCollection name="kde-pim" arch="aarch64,ppc64le,x86_64"/> <namedCollection name="kde-spin-initial-setup"/> <namedCollection name="firefox"/> <namedCollection name="libreoffice"/> |