commit:     48a2b2798575ec6d43d8e735764957a9a23af738
Author:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 18 10:15:27 2016 +0000
Commit:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
CommitDate: Mon Jul 18 10:15:27 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48a2b279

eclass/bitcoincore.eclass: Move test depends from common_depend to depend

 eclass/bitcoincore.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/bitcoincore.eclass b/eclass/bitcoincore.eclass
index 7022117..bb4635b 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(+)]

Reply via email to