aboutsummaryrefslogtreecommitdiffstats
path: root/community/rocs/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/rocs/APKBUILD')
-rw-r--r--community/rocs/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/community/rocs/APKBUILD b/community/rocs/APKBUILD
index 6abc1833078..d50d2ab4cfa 100644
--- a/community/rocs/APKBUILD
+++ b/community/rocs/APKBUILD
@@ -5,7 +5,8 @@ pkgver=21.04.2
pkgrel=0
# armhf blocked by extra-cmake-modules
# mips, mips64 and s390x blocked by kxmlgui
-arch="all !armhf !mips !mips64 !s390x"
+# riscv64 disabled due to missing rust in recursive dependency
+arch="all !armhf !mips !mips64 !s390x !riscv64"
url="https://kde.org/applications/education/org.kde.rocs"
pkgdesc="Graph Theory IDE"
license="GPL-2.0-or-later AND (LGPL-2.1-only OR LGPL-3.0-only) AND GFDL-1.2-only"