summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2016-05-25 08:23:37 -0400
committerAnthony G. Basile <blueness@gentoo.org>2016-05-25 08:23:45 -0400
commitbdd8876e0136d54bb003fe77ec842de44d7b3257 (patch)
treeaa5ab70b609dc2db55cbe34727de8559b83c1e58 /eclass
parentb8219c084dfe31af7ece5b69393db6ee1181b47e (diff)
downloadgentoo-bdd8876e0136d54bb003fe77ec842de44d7b3257.tar.gz
gentoo-bdd8876e0136d54bb003fe77ec842de44d7b3257.tar.xz
bitcoincore.eclass: remove use_if_iuse in global scope, bug #582202
Diffstat (limited to 'eclass')
-rw-r--r--eclass/bitcoincore.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/bitcoincore.eclass b/eclass/bitcoincore.eclass
index 5661cb03e92..c040c3435bd 100644
--- a/eclass/bitcoincore.eclass
+++ b/eclass/bitcoincore.eclass
@@ -198,7 +198,7 @@ fi
if [ "${BITCOINCORE_NEED_LIBSECP256K1}" = "1" ]; then
BITCOINCORE_COMMON_DEPEND="${BITCOINCORE_COMMON_DEPEND} $LIBSECP256K1_DEPEND"
fi
-if [ "${PN}" != "libbitcoinconsensus" ] && ! use_if_iuse test; then
+if [ "${PN}" != "libbitcoinconsensus" ]; then
BITCOINCORE_COMMON_DEPEND="${BITCOINCORE_COMMON_DEPEND}
${UNIVALUE_DEPEND}
>=dev-libs/boost-1.52.0[threads(+)]