Skip to content
Snippets Groups Projects
Commit 11d16c48 authored by Michał Polański's avatar Michał Polański
Browse files

community/corestats: disable on riscv64

blocked by libcsys
parent d9c4d04f
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ pkgname=corestats
pkgver=4.2.0
pkgrel=0
pkgdesc="A system resource viewer from C-Suite"
arch="all !s390x !mips64" # polkit
arch="all !s390x !mips64 !riscv64" # blocked by libcsys
url="https://gitlab.com/cubocore"
license="GPL-3.0-or-later"
depends="qt5-qtsvg"
......
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