diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2016-05-25 08:23:37 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2016-05-25 08:23:45 -0400 |
commit | bdd8876e0136d54bb003fe77ec842de44d7b3257 (patch) | |
tree | aa5ab70b609dc2db55cbe34727de8559b83c1e58 /eclass | |
parent | sys-devel/autoconf: trivial fix D -> ED to support Prefix. (diff) | |
download | gentoo-bdd8876e0136d54bb003fe77ec842de44d7b3257.tar.gz gentoo-bdd8876e0136d54bb003fe77ec842de44d7b3257.tar.bz2 gentoo-bdd8876e0136d54bb003fe77ec842de44d7b3257.zip |
bitcoincore.eclass: remove use_if_iuse in global scope, bug #582202
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 5661cb03e924..c040c3435bd7 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(+)] |