aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main/valgrind/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/valgrind/APKBUILD b/main/valgrind/APKBUILD
index a9e848755b..f4fb43aed0 100644
--- a/main/valgrind/APKBUILD
+++ b/main/valgrind/APKBUILD
@@ -4,7 +4,7 @@ pkgver=3.12.0
pkgrel=0
pkgdesc="A tool to help find memory-management problems in programs"
url="http://valgrind.org/"
-arch="x86 x86_64 armhf"
+arch="x86 x86_64 armhf ppc64le"
license="GPL2+"
depends=""
# it seems like busybox sed works but the configure script requires GNU sed