Skip to content
Snippets Groups Projects
Commit 94a8788e authored by Bart Ribbers's avatar Bart Ribbers
Browse files

community/evolution-data-server: disable on riscv64

parent d5215751
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,8 @@ pkgrel=0
pkgdesc="data server for evolution"
options="!check" # Tests fail on the builders, passes CI
url="https://projects.gnome.org/evolution"
arch="all !mips64"
# mips64 and riscv64 blocked by webkit2gtk
arch="all !mips64 !riscv64"
license="GPL-2.0-or-later"
depends_dev="libgdata-dev gcr-dev icu-dev"
makedepends="$depends_dev gperf flex bison glib-dev gtk+3.0-dev libsecret-dev
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment