From cec91a55834b77822ec02ecee50c3d83af58c682 Mon Sep 17 00:00:00 2001 From: psykose Date: Thu, 20 Apr 2023 00:03:01 +0000 Subject: [PATCH] community/lua-resty-mail: disable on ppc64le --- community/lua-resty-mail/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/lua-resty-mail/APKBUILD b/community/lua-resty-mail/APKBUILD index fb4a271b7c7..35b811584d6 100644 --- a/community/lua-resty-mail/APKBUILD +++ b/community/lua-resty-mail/APKBUILD @@ -5,7 +5,7 @@ pkgver=1.0.2 pkgrel=1 pkgdesc="High-level, easy to use, non-blocking email and SMTP library for OpenResty" url="https://github.com/GUI/lua-resty-mail" -arch="noarch !riscv64" # lua-resty-core +arch="noarch !ppc64le !riscv64" # lua-resty-core license="MIT" depends="lua-resty-core" checkdepends="lua5.1 luacheck"