diff options
author | Carlo Landmeter <clandmeter@alpinelinux.org> | 2018-11-18 09:21:18 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@alpinelinux.org> | 2018-11-18 09:21:43 +0000 |
commit | c9baa7e60b6f8d94945a17760b0c5df9678e9e0c (patch) | |
tree | a35b3bf3b7a58e6ab2baf67d27ed46d22947b2c2 | |
parent | 77baf956bf84d84c679fb52c4a1d82091228cea0 (diff) | |
download | aports-c9baa7e60b6f8d94945a17760b0c5df9678e9e0c.tar.bz2 aports-c9baa7e60b6f8d94945a17760b0c5df9678e9e0c.tar.xz |
community/bitcoin: enable on armvh7
-rw-r--r-- | community/bitcoin/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/bitcoin/APKBUILD b/community/bitcoin/APKBUILD index b37ca39d3e..72b579a10c 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" |