aboutsummaryrefslogtreecommitdiffstats
path: root/testing/libneo4j-client
diff options
context:
space:
mode:
authorRoberto Oliveira <robertoguimaraes8@gmail.com>2017-10-02 21:36:44 +0000
committerRoberto Oliveira <robertoguimaraes8@gmail.com>2017-10-02 21:36:44 +0000
commit311bce3e71abda2f6fb353a6485435d1dece0569 (patch)
tree17b5a798d6758e2129da7695e3eb4c929ff91aa3 /testing/libneo4j-client
parentb124d04e3571950fe67a45c1c23582319deead84 (diff)
testing/libneo4j-client: enable build on ppc64le
Diffstat (limited to 'testing/libneo4j-client')
-rw-r--r--testing/libneo4j-client/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/libneo4j-client/APKBUILD b/testing/libneo4j-client/APKBUILD
index 8267caea1d5..3f1b17d0bd4 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"