Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Wed, 25 May 2016 12:22:42
Message-Id: 1464179025.bdd8876e0136d54bb003fe77ec842de44d7b3257.blueness@gentoo
1 commit: bdd8876e0136d54bb003fe77ec842de44d7b3257
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 25 12:23:37 2016 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Wed May 25 12:23:45 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdd8876e
7
8 bitcoincore.eclass: remove use_if_iuse in global scope, bug #582202
9
10 eclass/bitcoincore.eclass | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/eclass/bitcoincore.eclass b/eclass/bitcoincore.eclass
14 index 5661cb0..c040c34 100644
15 --- a/eclass/bitcoincore.eclass
16 +++ b/eclass/bitcoincore.eclass
17 @@ -198,7 +198,7 @@ fi
18 if [ "${BITCOINCORE_NEED_LIBSECP256K1}" = "1" ]; then
19 BITCOINCORE_COMMON_DEPEND="${BITCOINCORE_COMMON_DEPEND} $LIBSECP256K1_DEPEND"
20 fi
21 -if [ "${PN}" != "libbitcoinconsensus" ] && ! use_if_iuse test; then
22 +if [ "${PN}" != "libbitcoinconsensus" ]; then
23 BITCOINCORE_COMMON_DEPEND="${BITCOINCORE_COMMON_DEPEND}
24 ${UNIVALUE_DEPEND}
25 >=dev-libs/boost-1.52.0[threads(+)]