aboutsummaryrefslogtreecommitdiffstats
path: root/community/bitcoin
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2017-06-19 19:07:28 +0300
committerTimo Teräs <timo.teras@iki.fi>2017-06-19 19:07:28 +0300
commit47e8eef0678ac8651097155b197cbefbb0a370ed (patch)
treee1228bc7bd06c5f3b855d90daf3d3a2fae3f3802 /community/bitcoin
parent91134d22f407309d2fbd5b890fc6081d98f29e80 (diff)
community/bitcoin: disable on armhf
FAIL: test/test_bitcoin ============================================================================ Testsuite summary for Bitcoin Core 0.14.2 ============================================================================
Diffstat (limited to 'community/bitcoin')
-rw-r--r--community/bitcoin/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/bitcoin/APKBUILD b/community/bitcoin/APKBUILD
index 25f72f38809..5ab64a7ca44 100644
--- a/community/bitcoin/APKBUILD
+++ b/community/bitcoin/APKBUILD
@@ -6,7 +6,7 @@ _ver=${pkgver/_/}
pkgrel=1
pkgdesc="decentralized P2P electronic cash system"
url="http://www.bitcoin.org/"
-arch="all"
+arch="all !armhf"
license="MIT"
makedepends="autoconf automake libtool boost-dev libressl-dev db-dev miniupnpc-dev
qt5-qtbase-dev qt5-qttools-dev protobuf-dev libqrencode-dev libevent-dev chrpath"