aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNewbyte <newbie13xd@gmail.com>2021-10-22 13:50:55 +0200
committerNewbyte <newbie13xd@gmail.com>2021-10-22 13:50:55 +0200
commitcf047ac215492bd460caec9b99a05f5522f20d3e (patch)
treec08ca6e3011c2b8cc6754993c2743a0b3a926773
parent776e9a193fff7a18184c135fd06dd02aac5323ce (diff)
downloadaports-cf047ac215492bd460caec9b99a05f5522f20d3e.tar.gz
aports-cf047ac215492bd460caec9b99a05f5522f20d3e.tar.bz2
aports-cf047ac215492bd460caec9b99a05f5522f20d3e.tar.xz
community/gnome-calculator: disable on riscv64
-rw-r--r--community/gnome-calculator/APKBUILD2
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"