bitcoin: remove unused protobuf makedepends

The bitcoin package only uses protobuf if configured with
--enable-bip70, which is not the case for our templates, so there is no
need for protobuf makedepends.
This commit is contained in:
Andrew J. Hesford 2020-11-14 22:35:13 -05:00
parent 1da38a12d7
commit a8de81df17
1 changed files with 3 additions and 3 deletions

View File

@ -5,9 +5,9 @@ revision=3
build_style=gnu-configure build_style=gnu-configure
configure_args="--with-incompatible-bdb --disable-ccache --disable-static configure_args="--with-incompatible-bdb --disable-ccache --disable-static
--enable-hardening --with-boost=${XBPS_CROSS_BASE}/usr" --enable-hardening --with-boost=${XBPS_CROSS_BASE}/usr"
hostmakedepends="pkg-config yasm protobuf" hostmakedepends="pkg-config yasm"
makedepends="db-devel protobuf-devel libprotoc-devel boost-devel makedepends="db-devel boost-devel miniupnpc-devel
miniupnpc-devel libevent-devel qrencode-devel libatomic-devel" libevent-devel qrencode-devel libatomic-devel"
short_desc="Bitcoin is a peer-to-peer network based digital currency" short_desc="Bitcoin is a peer-to-peer network based digital currency"
maintainer="Orphaned <orphan@voidlinux.org>" maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT" license="MIT"