diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2018-10-05 20:56:27 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2018-10-05 20:56:27 +0100 |
commit | 1c6d5429c20ff27276d52fb0cbc1a7e8ca6f1f9b (patch) | |
tree | 09836ea8afb803a6012410aeefa5e3774b8458b3 | |
parent | profiles/desktop: Enable sqlite USE flag for dev-lang/python (diff) | |
download | portage-1c6d5429c20ff27276d52fb0cbc1a7e8ca6f1f9b.tar.xz |
net-p2p/monero: Stick on slotted version of net-dns/unbound
Package-Manager: Portage-2.3.49, Repoman-2.3.11
-rw-r--r-- | net-p2p/monero/monero-0.12.3.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/monero/monero-0.12.3.0.ebuild b/net-p2p/monero/monero-0.12.3.0.ebuild index f2a41911..2d56a067 100644 --- a/net-p2p/monero/monero-0.12.3.0.ebuild +++ b/net-p2p/monero/monero-0.12.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -15,7 +15,7 @@ IUSE="doc qt5 readline smartcard +system-libs unwind" RDEPEND="dev-db/lmdb system-libs? ( - net-dns/unbound[threads] + net-dns/unbound:=[threads] net-libs/miniupnpc ) dev-libs/openssl:0 |