diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2016-09-22 10:31:55 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-09-22 10:34:27 +0000 |
commit | 85fcfbcbdb738a6bb5a4303a84d15450fb16ce9d (patch) | |
tree | 7f6d3476013c51b5c9f4396771934ba97e8d2e16 | |
parent | 4ff9e74cc70db58af7a93c58d3e3e64c5a52fec6 (diff) | |
download | aports-85fcfbcbdb738a6bb5a4303a84d15450fb16ce9d.tar.bz2 aports-85fcfbcbdb738a6bb5a4303a84d15450fb16ce9d.tar.xz |
testing/libneo4j-client: disable on 32bit systems
the testsuite fails on x86 and armhf
-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 952e611118..fe0fbe1e11 100644 --- a/testing/libneo4j-client/APKBUILD +++ b/testing/libneo4j-client/APKBUILD @@ -5,7 +5,7 @@ pkgver=1.2.1 pkgrel=0 pkgdesc="Client library for the Neo4j graph database" url="https://github.com/cleishm/libneo4j-client" -arch="all" +arch="x86_64 aarch64" license="ASL 2.0" depends="openssl" depends_dev="openssl-dev" |