diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2017-10-01 01:10:10 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2017-10-01 01:10:10 +0000 |
commit | b6e09dd8e30d3567bb4babc74ef8ea6723cd2b28 (patch) | |
tree | 99c450682632e4ce69d30bdc7929235265a281b9 /testing/libibumad/APKBUILD | |
parent | f785cb2859b87a1fd9b5a164ee6682807f94ffd8 (diff) | |
download | aports-b6e09dd8e30d3567bb4babc74ef8ea6723cd2b28.tar.bz2 aports-b6e09dd8e30d3567bb4babc74ef8ea6723cd2b28.tar.xz |
testing/libibumad: enable build on ppc64le
Diffstat (limited to 'testing/libibumad/APKBUILD')
-rw-r--r-- | testing/libibumad/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/libibumad/APKBUILD b/testing/libibumad/APKBUILD index 66c27ad30b..830e9eae8f 100644 --- a/testing/libibumad/APKBUILD +++ b/testing/libibumad/APKBUILD @@ -5,7 +5,7 @@ pkgver=1.3.10.2 pkgrel=1 pkgdesc="Interface to ib_umad module (user_mad) library. (InfiniBand)" url="https://www.openfabrics.org/index.php/openfabrics-software.html" -arch="x86 x86_64" +arch="x86 x86_64 ppc64le" license="GPL2 BSD" depends="" depends_dev="" |