From a8cd017bfa508c35dbd60e5949fe7c52fe98aa42 Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Fri, 29 Dec 2017 13:37:28 +0100 Subject: [PATCH] community/lua-fun: enable tests with luajit on ppc64le --- community/lua-fun/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/lua-fun/APKBUILD b/community/lua-fun/APKBUILD index d08a437fa5f..bc1f7b65d18 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