diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2015-12-07 15:08:34 +0100 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2015-12-07 15:08:34 +0100 |
commit | 7f1a6b984511b80a1948cf75eb293015717ee68f (patch) | |
tree | 965b8c227256a86ac690a5c69a200aada6ccf9bc /testing/libunwind | |
parent | 7b60eceb4f1b2a0e8c78b75c7d15d788046ea7a1 (diff) | |
download | aports-7f1a6b984511b80a1948cf75eb293015717ee68f.tar.bz2 aports-7f1a6b984511b80a1948cf75eb293015717ee68f.tar.xz |
testing/libunwind: disable on x86
Diffstat (limited to 'testing/libunwind')
-rw-r--r-- | testing/libunwind/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/libunwind/APKBUILD b/testing/libunwind/APKBUILD index 4f186c0def..be699f231c 100644 --- a/testing/libunwind/APKBUILD +++ b/testing/libunwind/APKBUILD @@ -2,10 +2,10 @@ # Maintainer: Ben Pye <ben@curlybracket.co.uk> pkgname=libunwind pkgver=1.1 -pkgrel=2 +pkgrel=3 pkgdesc="Portable and efficient C programming interface (API) to determine the call-chain of a program" url="http://www.nongnu.org/libunwind/" -arch="all" +arch="x86_64 armhf" license="MIT" depends="" depends_dev="" |