aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--community/llvm-libunwind/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/llvm-libunwind/APKBUILD b/community/llvm-libunwind/APKBUILD
index 3168e5a33c..99d0da1d84 100644
--- a/community/llvm-libunwind/APKBUILD
+++ b/community/llvm-libunwind/APKBUILD
@@ -7,7 +7,7 @@ _llvmver=3.9
pkgrel=1
pkgdesc="LLVM version of libunwind library"
url="http://llvm.org/"
-arch="all"
+arch="all !ppc64le"
license="BSD"
depends_dev="!libunwind-dev"
makedepends="cmake llvm$_llvmver-dev"