diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-03-30 06:21:12 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-03-30 06:21:12 +0000 |
commit | 32edd945e9fa50fff5209572f2da2c5d3a9120da (patch) | |
tree | 7f96193f90e76a629f09997de6e0296f160e3867 /community | |
parent | dac7e6b34bfb60c7116f522aa32212c00e417f65 (diff) | |
download | aports-32edd945e9fa50fff5209572f2da2c5d3a9120da.tar.bz2 aports-32edd945e9fa50fff5209572f2da2c5d3a9120da.tar.xz |
community/lua-toml: disable for arches where luajit not avail
Diffstat (limited to 'community')
-rw-r--r-- | community/lua-toml/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/lua-toml/APKBUILD b/community/lua-toml/APKBUILD index a04a8cdbb2..315249b602 100644 --- a/community/lua-toml/APKBUILD +++ b/community/lua-toml/APKBUILD @@ -2,10 +2,10 @@ # Maintainer: Jakub Jirutka <jakub@jirutka.cz> pkgname=lua-toml pkgver=1.0 -pkgrel=1 +pkgrel=2 pkgdesc="TOML decoder/encoder for Lua" url="https://github.com/jonstoler/lua-toml" -arch="noarch" +arch="noarch !ppc64le !s390x" license="Happy" depends="" checkdepends="luajit lua-busted" |