diff options
-rw-r--r-- | community/gnome-calculator/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/gnome-calculator/APKBUILD b/community/gnome-calculator/APKBUILD index bf838862d5e..3a0fe546cc8 100644 --- a/community/gnome-calculator/APKBUILD +++ b/community/gnome-calculator/APKBUILD @@ -6,7 +6,7 @@ pkgrel=0 pkgdesc="Calculator for solving mathematical equations" url="https://wiki.gnome.org/Apps/Calculator" # s390x, mips64 and riscv64 blocked by rust -> libhandy1 -arch="all !s390x !mips !mips64" +arch="all !s390x !mips !mips64 !riscv64" license="GPL-3.0-or-later" makedepends="vala gtksourceview4-dev glib-dev gtk+3.0-dev libsoup-dev libxml2-dev meson mpc1-dev mpfr-dev itstool libgee-dev libhandy1-dev" |