From 89e36f67971a9b51c8f365854194b3dc15b9fe0e Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 11 May 2016 09:14:42 +0000 Subject: [PATCH] community/sigar: disable on armhf does not build --- community/sigar/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/sigar/APKBUILD b/community/sigar/APKBUILD index f9209530134..787db1e7f0f 100644 --- a/community/sigar/APKBUILD +++ b/community/sigar/APKBUILD @@ -4,7 +4,7 @@ pkgver=1.6.4 pkgrel=0 pkgdesc="System Information Gatherer And Reporter" url="http://sigar.hyperic.com/" -arch="all" +arch="x86_64 x86" license="ASL 2.0" depends="" depends_dev=""