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

community/gnome-tour: disable on riscv64

parent 6c9466bf
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,8 @@ pkgver=40.0
pkgrel=0
pkgdesc="GNOME Tour & Greeter"
url="https://gitlab.gnome.org/GNOME/gnome-tour"
arch="all !s390x !mips !mips64" # cargo
# s390x, mips64 and riscv64 blocked by cargo
arch="all !s390x !mips64 !riscv64"
license="GPL-3.0-or-later"
makedepends="meson cargo glib-dev gtk+3.0-dev libhandy1-dev"
checkdepends="appstream-glib desktop-file-utils"
......
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