diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2014-05-30 14:20:03 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-05-30 14:20:03 +0000 |
commit | 80f16582757255b1537e3a89040aa72fbe3ab872 (patch) | |
tree | 6eae7638e5c9161edc8e270cf9172c257ef3ee4c /main/lua-zmq | |
parent | 538eebf8a899ed9e6e4cd82abe0c163f23494b7c (diff) | |
download | aports-80f16582757255b1537e3a89040aa72fbe3ab872.tar.bz2 aports-80f16582757255b1537e3a89040aa72fbe3ab872.tar.xz |
main/lua-zmq: disable. does not build with musl
Diffstat (limited to 'main/lua-zmq')
-rw-r--r-- | main/lua-zmq/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/lua-zmq/APKBUILD b/main/lua-zmq/APKBUILD index 0389b587b7..759a716814 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" |