diff options
Diffstat (limited to 'testing/lldb/APKBUILD')
-rw-r--r-- | testing/lldb/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/lldb/APKBUILD b/testing/lldb/APKBUILD index 041a40d40d..493babeabb 100644 --- a/testing/lldb/APKBUILD +++ b/testing/lldb/APKBUILD @@ -6,7 +6,7 @@ pkgver=4.0.0 pkgrel=0 _vermajor=${pkgver%%.*} pkgdesc="Next generation, high-performance debugger" -arch="all !x86" +arch="all !x86 !ppc64le" url="http://llvm.org/" license="UOI-NCSA" makedepends=" |