diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2017-09-28 00:13:15 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2017-09-28 00:13:15 +0000 |
commit | 2fbea8b8dae00613de97862e509c6f76988ddeaf (patch) | |
tree | 03d3d82374f2d4088f77a357138bc2e91843b59c /community | |
parent | aa9616bb5f888ad8f9c8f2efc1e955121517f89c (diff) | |
download | aports-2fbea8b8dae00613de97862e509c6f76988ddeaf.tar.bz2 aports-2fbea8b8dae00613de97862e509c6f76988ddeaf.tar.xz |
community/sigar: enable build on ppc64le
Diffstat (limited to 'community')
-rw-r--r-- | community/sigar/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/sigar/APKBUILD b/community/sigar/APKBUILD index 787db1e7f0..207d793b8b 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="x86_64 x86" +arch="x86_64 x86 ppc64le" license="ASL 2.0" depends="" depends_dev="" |