mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
community/lua-toml: enable tests with luajit on ppc64le
This commit is contained in:
parent
a8cd017bfa
commit
801c0dadf3
@ -2,7 +2,7 @@
|
|||||||
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
|
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
|
||||||
pkgname=lua-toml
|
pkgname=lua-toml
|
||||||
pkgver=2.0.0
|
pkgver=2.0.0
|
||||||
pkgrel=0
|
pkgrel=1
|
||||||
pkgdesc="TOML decoder/encoder for Lua"
|
pkgdesc="TOML decoder/encoder for Lua"
|
||||||
url="https://github.com/jonstoler/lua-toml"
|
url="https://github.com/jonstoler/lua-toml"
|
||||||
arch="noarch"
|
arch="noarch"
|
||||||
@ -14,7 +14,7 @@ builddir="$srcdir/$pkgname-$pkgver"
|
|||||||
|
|
||||||
# luajit is not available for selected arches
|
# luajit is not available for selected arches
|
||||||
case "$CARCH" in
|
case "$CARCH" in
|
||||||
ppc64le | s390x) _luajit="";;
|
s390x) _luajit="";;
|
||||||
*) checkdepends="$checkdepends luajit" _luajit="jit";;
|
*) checkdepends="$checkdepends luajit" _luajit="jit";;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user