From 36588c011ff63e71dffd63a46944fcd729845b56 Mon Sep 17 00:00:00 2001 From: ptrcnull Date: Tue, 26 Mar 2024 11:00:54 +0100 Subject: [PATCH] community/lua-lapis-console: disable on riscv64 --- community/lua-lapis-console/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/lua-lapis-console/APKBUILD b/community/lua-lapis-console/APKBUILD index 994934a0526..9fd72ae8ec7 100644 --- a/community/lua-lapis-console/APKBUILD +++ b/community/lua-lapis-console/APKBUILD @@ -6,7 +6,7 @@ pkgver=1.2.0 pkgrel=1 pkgdesc="An interactive console for the Lapis web framework." url="https://github.com/leafo/lapis-console" -arch="noarch !ppc64le" #blocked by lua-lapis, which requires lua-etlua +arch="noarch !ppc64le !riscv64" #blocked by lua-lapis, which requires lua-etlua license="MIT" makedepends="luarocks" source="$pkgname-$pkgver.tar.gz::https://github.com/leafo/$_rockname/archive/v$pkgver.tar.gz