From b897eea45265f9f399c5d00acba4aaa9043c4037 Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Thu, 13 Jul 2017 23:38:27 +0000 Subject: main/libunwind: remove x86 restriction so i can collect a build log --- main/libunwind/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/libunwind/APKBUILD') diff --git a/main/libunwind/APKBUILD b/main/libunwind/APKBUILD index dda0083f84..d84e942457 100644 --- a/main/libunwind/APKBUILD +++ b/main/libunwind/APKBUILD @@ -6,7 +6,7 @@ _pkgver=${pkgver/_/-} pkgrel=0 pkgdesc="Portable and efficient C programming interface (API) to determine the call-chain of a program" url="http://www.nongnu.org/libunwind/" -arch="all !s390x !x86 !ppc64le" +arch="all !s390x !ppc64le" license="MIT" depends="" depends_dev="libexecinfo-dev" -- cgit v1.2.3