community/lua-resty-mail: disable on ppc64le

This commit is contained in:
psykose 2023-04-20 00:03:01 +00:00
parent 5209d41391
commit cec91a5583

View File

@ -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"