summaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2014-05-30 14:20:03 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2014-05-30 14:20:03 +0000
commit80f16582757255b1537e3a89040aa72fbe3ab872 (patch)
tree6eae7638e5c9161edc8e270cf9172c257ef3ee4c /main
parent538eebf8a899ed9e6e4cd82abe0c163f23494b7c (diff)
downloadaports-80f16582757255b1537e3a89040aa72fbe3ab872.tar.bz2
aports-80f16582757255b1537e3a89040aa72fbe3ab872.tar.xz
main/lua-zmq: disable. does not build with musl
Diffstat (limited to 'main')
-rw-r--r--main/lua-zmq/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/lua-zmq/APKBUILD b/main/lua-zmq/APKBUILD
index 0389b587b..759a71681 100644
--- a/main/lua-zmq/APKBUILD
+++ b/main/lua-zmq/APKBUILD
@@ -9,7 +9,7 @@ _ver=${pkgver%_git*}
pkgrel=1
pkgdesc="Lua zeromq2 binding"
url="https://github.com/Neopallium/lua-zmq"
-arch="all"
+arch=""
license="MIT"
depends="lua5.1-zmq"
makedepends="zeromq-dev cmake"