summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Ospald <hasufell@gentoo.org>2015-10-23 13:32:40 +0200
committerJulian Ospald <hasufell@gentoo.org>2015-10-23 13:32:40 +0200
commit0136b88a78b53daa22f4cd246e3fb203c3d3dc42 (patch)
treee5579b87479a8e191b1089704571b07587b4ceaf /eclass/bitcoincore.eclass
parentnet-libs/nodejs: Keyword for ppc+ppc64. Disable tests on both platforms. Fixe... (diff)
downloadgentoo-0136b88a78b53daa22f4cd246e3fb203c3d3dc42.tar.gz
gentoo-0136b88a78b53daa22f4cd246e3fb203c3d3dc42.tar.bz2
gentoo-0136b88a78b53daa22f4cd246e3fb203c3d3dc42.zip
Revert "bitcoincore: DEPEND on net-libs/miniupnpc without known security vulns"
This reverts commit 10df61505856da197cac35574d74a09d6dd389fa.
Diffstat (limited to 'eclass/bitcoincore.eclass')
-rw-r--r--eclass/bitcoincore.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/bitcoincore.eclass b/eclass/bitcoincore.eclass
index 0b4a2d2986fc..0362c8cdcf26 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-1.9.20150915'
+bitcoincore_common_depend_use upnp net-libs/miniupnpc
bitcoincore_common_depend_use wallet "${WALLET_DEPEND}"
bitcoincore_common_depend_use zeromq net-libs/zeromq
RDEPEND="${RDEPEND} ${BITCOINCORE_COMMON_DEPEND}"