diff options
author | Patrick Lauer <patrick@gentoo.org> | 2016-07-18 12:15:27 +0200 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2016-07-18 12:15:27 +0200 |
commit | 48a2b2798575ec6d43d8e735764957a9a23af738 (patch) | |
tree | f9aad28a5dc2c641d53a7cea6cec5a1193930d44 /eclass | |
parent | dev-python/hypothesis: Bump (diff) | |
download | gentoo-48a2b2798575ec6d43d8e735764957a9a23af738.tar.gz gentoo-48a2b2798575ec6d43d8e735764957a9a23af738.tar.bz2 gentoo-48a2b2798575ec6d43d8e735764957a9a23af738.zip |
eclass/bitcoincore.eclass: Move test depends from common_depend to depend
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/bitcoincore.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/bitcoincore.eclass b/eclass/bitcoincore.eclass index 7022117ff33f..bb4635b6b6a3 100644 --- a/eclass/bitcoincore.eclass +++ b/eclass/bitcoincore.eclass @@ -199,7 +199,7 @@ if [ "${BITCOINCORE_NEED_LIBSECP256K1}" = "1" ]; then BITCOINCORE_COMMON_DEPEND="${BITCOINCORE_COMMON_DEPEND} $LIBSECP256K1_DEPEND" fi if [ "${PN}" = "libbitcoinconsensus" ]; then - BITCOINCORE_COMMON_DEPEND="${BITCOINCORE_COMMON_DEPEND} + DEPEND="$DEPEND ${BITCOINCORE_COMMON_DEPEND} test? ( ${UNIVALUE_DEPEND} >=dev-libs/boost-1.52.0[threads(+)] |