summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2016-07-18 12:15:27 +0200
committerPatrick Lauer <patrick@gentoo.org>2016-07-18 12:15:27 +0200
commit48a2b2798575ec6d43d8e735764957a9a23af738 (patch)
treef9aad28a5dc2c641d53a7cea6cec5a1193930d44
parentdev-python/hypothesis: Bump (diff)
downloadgentoo-48a2b2798575ec6d43d8e735764957a9a23af738.tar.gz
gentoo-48a2b2798575ec6d43d8e735764957a9a23af738.tar.bz2
gentoo-48a2b2798575ec6d43d8e735764957a9a23af738.zip
eclass/bitcoincore.eclass: Move test depends from common_depend to depend
-rw-r--r--eclass/bitcoincore.eclass2
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(+)]