From c9c599f319685aa4afa70d04d343d5e58cb006a0 Mon Sep 17 00:00:00 2001 From: Leonardo Arena Date: Thu, 30 Mar 2017 08:10:51 +0000 Subject: community/lua-busted: don't attempt to install luajit --- community/lua-busted/APKBUILD | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'community') diff --git a/community/lua-busted/APKBUILD b/community/lua-busted/APKBUILD index 6cc5572537..af93b73882 100644 --- a/community/lua-busted/APKBUILD +++ b/community/lua-busted/APKBUILD @@ -4,7 +4,7 @@ pkgname=lua-busted _pkgname=busted pkgver=2.0_rc12 _pkgver=${pkgver/_/.}-1 -pkgrel=1 +pkgrel=2 pkgdesc="Elegant Lua unit testing" url="https://olivinelabs.com/busted/" arch="noarch" @@ -12,8 +12,7 @@ license="MIT" # Note: We have replaced dkjson with lua-cjson. depends="lua-cliargs lua-filesystem lua-system lua-cjson lua-say lua-luassert lua-term lua-penlight lua-mediator" -checkdepends="luajit" -subpackages="" +[ "$CARCH" == "s390x" ] && [ "$CARCH" == "ppc64le" ] && checkdepends="" || checkdepends="luajit" source="$pkgname-$pkgver.tar.gz::https://github.com/Olivine-Labs/$_pkgname/archive/v$_pkgver.tar.gz fix-tests.patch use-cjson.patch" -- cgit v1.2.3