mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
bitcoincore.eclass: remove use_if_iuse in global scope, bug #582202
This commit is contained in:
@@ -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(+)]
|
||||
|
||||
Reference in New Issue
Block a user