aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBart Ribbers <bribbers@disroot.org>2021-06-29 14:13:29 +0200
committerBart Ribbers <bribbers@disroot.org>2021-06-29 14:13:29 +0200
commit331517e063ea787cc49840a39c7685b499ead77c (patch)
treedd9ed8b28a5e2001013351e6bd1949e67399286b
parentba641d65763764bd8f7af48de1e65a0ebb270e9b (diff)
community/commons-daemon: disable on riscv64
-rw-r--r--community/commons-daemon/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/community/commons-daemon/APKBUILD b/community/commons-daemon/APKBUILD
index 9ce3c42ee48..b2a8b1b7958 100644
--- a/community/commons-daemon/APKBUILD
+++ b/community/commons-daemon/APKBUILD
@@ -5,7 +5,8 @@ pkgver=1.2.4
pkgrel=1
pkgdesc="Tools to allow Java programs to run as UNIX daemons"
url="https://commons.apache.org/daemon/"
-arch="all !mips !mips64"
+# mips64 and riscv64 blocked by java-jdk
+arch="all !mips64 !riscv64"
license="Apache-2.0"
options="!check" # No test suite
depends="java-jre-headless"