diff options
-rw-r--r-- | community/rethinkdb/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/rethinkdb/APKBUILD b/community/rethinkdb/APKBUILD index 1313ca61a1..a2367413c0 100644 --- a/community/rethinkdb/APKBUILD +++ b/community/rethinkdb/APKBUILD @@ -5,7 +5,7 @@ pkgver=2.3.6 pkgrel=9 pkgdesc="Distributed powerful and scalable NoSQL database" url="https://www.rethinkdb.com" -arch="x86_64 ppc64le s390x" +arch="x86_64 s390x" license="Apache-2.0" options="!check" # needs coffeescript makedepends="bash python2 linux-headers bsd-compat-headers m4 paxmark |