aboutsummaryrefslogtreecommitdiffstats
path: root/community/lua-toml
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@alpinelinux.org>2017-03-30 06:21:12 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2017-03-30 06:21:12 +0000
commit32edd945e9fa50fff5209572f2da2c5d3a9120da (patch)
tree7f96193f90e76a629f09997de6e0296f160e3867 /community/lua-toml
parentdac7e6b34bfb60c7116f522aa32212c00e417f65 (diff)
downloadaports-32edd945e9fa50fff5209572f2da2c5d3a9120da.tar.bz2
aports-32edd945e9fa50fff5209572f2da2c5d3a9120da.tar.xz
community/lua-toml: disable for arches where luajit not avail
Diffstat (limited to 'community/lua-toml')
-rw-r--r--community/lua-toml/APKBUILD4
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"