aboutsummaryrefslogtreecommitdiffstats
path: root/community/bam
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@alpinelinux.org>2017-06-20 13:52:34 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2017-06-20 13:52:34 +0000
commit8d1a129b31008b75a73f5133e511d3c81ba9bf74 (patch)
tree38846bdcd9270a615ca20013ed99f2db5e2667d8 /community/bam
parentb881e35bb8686f00b57abd1c6a4b7a9f59764703 (diff)
downloadaports-8d1a129b31008b75a73f5133e511d3c81ba9bf74.tar.bz2
aports-8d1a129b31008b75a73f5133e511d3c81ba9bf74.tar.xz
community/bam: disable on s390x
Diffstat (limited to 'community/bam')
-rw-r--r--community/bam/APKBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/community/bam/APKBUILD b/community/bam/APKBUILD
index 25ad232460..2803a822b2 100644
--- a/community/bam/APKBUILD
+++ b/community/bam/APKBUILD
@@ -1,11 +1,10 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
# Contributor: Bartłomiej Piotrowski <bpiotrowski@alpinelinux.org>
-
pkgname=bam
pkgver=0.5.1
-pkgrel=0
+pkgrel=1
pkgdesc="Fast and flexible build system using Lua"
-arch=all
+arch="all !s390x" #luajit unavail on excluded arches
url="http://github.com/matricks/bam"
makedepends="lua5.3-dev luajit-dev"
license='ZLIB'