aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@alpinelinux.org>2018-11-18 09:21:18 +0000
committerCarlo Landmeter <clandmeter@alpinelinux.org>2018-11-18 09:21:43 +0000
commitc9baa7e60b6f8d94945a17760b0c5df9678e9e0c (patch)
treea35b3bf3b7a58e6ab2baf67d27ed46d22947b2c2
parent77baf956bf84d84c679fb52c4a1d82091228cea0 (diff)
community/bitcoin: enable on armvh7
-rw-r--r--community/bitcoin/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/bitcoin/APKBUILD b/community/bitcoin/APKBUILD
index b37ca39d3e6..72b579a10ca 100644
--- a/community/bitcoin/APKBUILD
+++ b/community/bitcoin/APKBUILD
@@ -6,7 +6,7 @@ _ver=${pkgver/_/}
pkgrel=2
pkgdesc="Decentralized P2P electronic cash system"
url="https://www.bitcoin.org"
-arch="all !armhf !armv7"
+arch="all !armhf"
license="MIT"
makedepends="autoconf automake libtool boost-dev openssl-dev db-dev miniupnpc-dev
qt5-qtbase-dev qt5-qttools-dev protobuf-dev libqrencode-dev libevent-dev chrpath zeromq-dev"