commit 1b1d3ccf61a566dafda2cdef193ccf5677c11229 parent fefe1e6ee76379527858e15abb07aa8a3cfe1eaf Author: parazyd <parazyd@dyne.org> Date: Tue, 9 Feb 2021 19:03:58 +0100 net-p2p/monero: Remove libressl USE. Diffstat:
M | net-p2p/monero/monero-0.17.1.9-r1.ebuild | | | 5 | ++--- |
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/net-p2p/monero/monero-0.17.1.9-r1.ebuild b/net-p2p/monero/monero-0.17.1.9-r1.ebuild @@ -13,7 +13,7 @@ EGIT_COMMIT="v${PV}" LICENSE="BSD MIT" SLOT="0" KEYWORDS="~amd64" -IUSE="+daemon hw-wallet libressl readline tools +wallet-cli +wallet-rpc" +IUSE="+daemon hw-wallet readline tools +wallet-cli +wallet-rpc" REQUIRED_USE="|| ( daemon tools wallet-cli wallet-rpc )" DEPEND=" @@ -28,8 +28,7 @@ DEPEND=" dev-libs/protobuf:= virtual/libusb:1 ) - !libressl? ( dev-libs/openssl:= ) - libressl? ( dev-libs/libressl:= ) + dev-libs/openssl:= readline? ( sys-libs/readline:0= )" RDEPEND="${DEPEND}" BDEPEND="virtual/pkgconfig"