community/lua-fun: enable tests with luajit on ppc64le

This commit is contained in:
Jakub Jirutka 2017-12-29 13:37:28 +01:00
parent 6fbfd400b0
commit a8cd017bfa

View File

@ -4,7 +4,7 @@ pkgname=lua-fun
_rockname=fun
_pkgname=luafun
pkgver=0.1.3
pkgrel=6
pkgrel=7
pkgdesc="Functional programming library"
url="https://rtsisyk.github.io/luafun/"
arch="noarch"
@ -17,7 +17,7 @@ builddir="$srcdir/$_pkgname-$pkgver"
# luajit is not available for selected arches
case "$CARCH" in
ppc64le | s390x) _luajit="";;
s390x) _luajit="";;
*) checkdepends="$checkdepends luajit" _luajit="jit";;
esac