diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2017-10-02 21:36:44 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2017-10-02 21:36:44 +0000 |
commit | 311bce3e71abda2f6fb353a6485435d1dece0569 (patch) | |
tree | 17b5a798d6758e2129da7695e3eb4c929ff91aa3 | |
parent | b124d04e3571950fe67a45c1c23582319deead84 (diff) | |
download | aports-311bce3e71abda2f6fb353a6485435d1dece0569.tar.bz2 aports-311bce3e71abda2f6fb353a6485435d1dece0569.tar.xz |
testing/libneo4j-client: enable build on ppc64le
-rw-r--r-- | testing/libneo4j-client/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/libneo4j-client/APKBUILD b/testing/libneo4j-client/APKBUILD index 8267caea1d..3f1b17d0bd 100644 --- a/testing/libneo4j-client/APKBUILD +++ b/testing/libneo4j-client/APKBUILD @@ -5,7 +5,7 @@ pkgver=1.2.1 pkgrel=2 pkgdesc="Client library for the Neo4j graph database" url="https://github.com/cleishm/libneo4j-client" -arch="x86_64 aarch64" +arch="x86_64 aarch64 ppc64le" license="ASL 2.0" depends="openssl" depends_dev="libressl-dev" |