diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2019-05-17 11:58:23 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2019-05-17 11:58:37 +0000 |
commit | 357a472a99f8f23fc8f7e9cbfec770e931bafe1c (patch) | |
tree | f50ca4006a7dc19e19cd83d54a454898a8ad6293 /community/rethinkdb | |
parent | 04df69ad1ce79084b9bc410398da0e493800092b (diff) | |
download | aports-357a472a99f8f23fc8f7e9cbfec770e931bafe1c.tar.bz2 aports-357a472a99f8f23fc8f7e9cbfec770e931bafe1c.tar.xz |
community/rethinkdb: disable for ppc64le
src/clustering/administration/auth/permissions.cc: In member function 'ql::datum_t auth::permissions_t::to_datum() const':
src/clustering/administration/auth/permissions.cc:155:52: error: no matching function for call to 'ql::datum_t::boolean(boost::logic::tribool)'
read, ql::datum_t::boolean(get_read()));
Diffstat (limited to 'community/rethinkdb')
-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 |