summaryrefslogtreecommitdiffstats
path: root/main/valgrind
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2014-12-03 14:58:20 +0200
committerTimo Teräs <timo.teras@iki.fi>2014-12-03 14:58:57 +0200
commit25c75bab5e291a83f9d15dcab19005328da39125 (patch)
tree949fe1f68b3ec801c49ae39cecb4166223d3fbc6 /main/valgrind
parent7ada7efac72267844371a24be26bf1cd299890c3 (diff)
downloadaports-25c75bab5e291a83f9d15dcab19005328da39125.tar.bz2
aports-25c75bab5e291a83f9d15dcab19005328da39125.tar.xz
main/valgrind: disable on arm
valgrind supports armv7+, but we build for armv6 so valgrind refuses to compile. for the time being disable it.
Diffstat (limited to 'main/valgrind')
-rw-r--r--main/valgrind/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/valgrind/APKBUILD b/main/valgrind/APKBUILD
index 698ce494d..f55b92c52 100644
--- a/main/valgrind/APKBUILD
+++ b/main/valgrind/APKBUILD
@@ -4,7 +4,7 @@ pkgver=3.10.1
pkgrel=0
pkgdesc="A tool to help find memory-management problems in programs"
url="http://valgrind.org/"
-arch="all"
+arch="x86 x86_64"
license="GPL2+"
depends=""
# it seems like busybox sed works but the configure script requires GNU sed