aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBart Ribbers <bribbers@disroot.org>2021-06-22 16:54:58 +0200
committerBart Ribbers <bribbers@disroot.org>2021-06-22 16:54:58 +0200
commit52bb9e49974bc51fb82e47eb61985e2726b9333b (patch)
tree12ffbf9a9a0a300f6a8706db289e5daed8ae4ac9
parent4f9053d92460489fbb8bd68f566c2bed2006e8d8 (diff)
community/lightsoff: disable on riscv64
-rw-r--r--community/lightsoff/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/community/lightsoff/APKBUILD b/community/lightsoff/APKBUILD
index 46b6679f90b..c48fa796a67 100644
--- a/community/lightsoff/APKBUILD
+++ b/community/lightsoff/APKBUILD
@@ -3,7 +3,8 @@
pkgname=lightsoff
pkgver=40.0.1
pkgrel=0
-arch="all !s390x !mips !mips64" # Blocked by librsvg -> rust
+# s390x, mips64 and riscv64 blocked by librsvg
+arch="all !s390x !mips64 !riscv64"
url="https://wiki.gnome.org/Apps/Lightsoff"
pkgdesc="Turn off all the lights"
license="GPL-2.0-or-later"