diff options
author | Luke Dashjr <luke-jr+git@utopios.org> | 2015-10-16 12:11:16 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2015-10-23 07:26:54 -0400 |
commit | 10df61505856da197cac35574d74a09d6dd389fa (patch) | |
tree | 9f9d3a24a5cf4714922e652a12869c195e284af8 /eclass/bitcoincore.eclass | |
parent | bitcoincore 0.11.1 & 9999: hasufell's suggestions (diff) | |
download | gentoo-10df61505856da197cac35574d74a09d6dd389fa.tar.gz gentoo-10df61505856da197cac35574d74a09d6dd389fa.tar.bz2 gentoo-10df61505856da197cac35574d74a09d6dd389fa.zip |
bitcoincore: DEPEND on net-libs/miniupnpc without known security vulns
Diffstat (limited to 'eclass/bitcoincore.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 0362c8cdcf26..0b4a2d2986fc 100644 --- a/eclass/bitcoincore.eclass +++ b/eclass/bitcoincore.eclass @@ -162,7 +162,7 @@ bitcoincore_common_depend_use() { in_bcc_iuse "$1" || return BITCOINCORE_COMMON_DEPEND="${BITCOINCORE_COMMON_DEPEND} $1? ( $2 )" } -bitcoincore_common_depend_use upnp net-libs/miniupnpc +bitcoincore_common_depend_use upnp '>net-libs/miniupnpc-1.9.20150915' bitcoincore_common_depend_use wallet "${WALLET_DEPEND}" bitcoincore_common_depend_use zeromq net-libs/zeromq RDEPEND="${RDEPEND} ${BITCOINCORE_COMMON_DEPEND}" |