diff options
Diffstat (limited to 'testing/nanomsg/APKBUILD')
-rw-r--r-- | testing/nanomsg/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/nanomsg/APKBUILD b/testing/nanomsg/APKBUILD index 74f63c4242..f9945b0bcd 100644 --- a/testing/nanomsg/APKBUILD +++ b/testing/nanomsg/APKBUILD @@ -5,7 +5,7 @@ pkgver=1.1.4 pkgrel=0 pkgdesc="Socket library that provides several common communication patterns" url="http://nanomsg.org" -arch="all !armhf" # armhf: segfaults in 2 tests +arch="all !armhf !armv7" # armhf: segfaults in 2 tests license="MIT" depends_dev="asciidoctor xmlto" makedepends="$depends_dev cmake" |