diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-12-29 13:37:28 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-12-29 13:38:25 +0100 |
commit | a8cd017bfa508c35dbd60e5949fe7c52fe98aa42 (patch) | |
tree | fc069453db8f5dde30bec3ed9a1d0973cb43cac3 /community/lua-fun | |
parent | 6fbfd400b068e5968106ddafddc9a6ae078cf8e7 (diff) | |
download | aports-a8cd017bfa508c35dbd60e5949fe7c52fe98aa42.tar.bz2 aports-a8cd017bfa508c35dbd60e5949fe7c52fe98aa42.tar.xz |
community/lua-fun: enable tests with luajit on ppc64le
Diffstat (limited to 'community/lua-fun')
-rw-r--r-- | community/lua-fun/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/lua-fun/APKBUILD b/community/lua-fun/APKBUILD index d08a437fa5..bc1f7b65d1 100644 --- a/community/lua-fun/APKBUILD +++ b/community/lua-fun/APKBUILD @@ -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 |