aboutsummaryrefslogtreecommitdiffstats
path: root/community/partitionmanager/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/partitionmanager/APKBUILD')
-rw-r--r--community/partitionmanager/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/partitionmanager/APKBUILD b/community/partitionmanager/APKBUILD
index 93a699f4fbe..24c0717bced 100644
--- a/community/partitionmanager/APKBUILD
+++ b/community/partitionmanager/APKBUILD
@@ -4,8 +4,8 @@ pkgname=partitionmanager
pkgver=21.12.1
pkgrel=0
# armhf blocked by extra-cmake-modules
-# s390x, mips64 and riscv64 blocked by polkit -> kio
-arch="all !armhf !s390x !mips64 !riscv64"
+# s390x and riscv64 blocked by polkit -> kio
+arch="all !armhf !s390x !riscv64"
url="https://kde.org/applications/system/org.kde.partitionmanager"
pkgdesc="A KDE utility that allows you to manage disks, partitions, and file systems"
license="GPL-3.0-or-later"