From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 945FE1382C5 for ; Tue, 27 Apr 2021 23:24:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 33B63E0895; Tue, 27 Apr 2021 23:24:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1B49DE0895 for ; Tue, 27 Apr 2021 23:24:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 29CE53410AB for ; Tue, 27 Apr 2021 23:24:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 27A6B75F for ; Tue, 27 Apr 2021 23:24:21 +0000 (UTC) From: "Theo Anderson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Theo Anderson" Message-ID: <1619565432.899c6d87fb35b02e99da176b2c5cfc20e882b117.telans@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: net-p2p/monero/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-p2p/monero/monero-0.17.1.9.ebuild net-p2p/monero/monero-9999.ebuild X-VCS-Directories: net-p2p/monero/ X-VCS-Committer: telans X-VCS-Committer-Name: Theo Anderson X-VCS-Revision: 899c6d87fb35b02e99da176b2c5cfc20e882b117 X-VCS-Branch: master Date: Tue, 27 Apr 2021 23:24:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 241608c5-00ff-42b1-8a1b-b93892b2ff28 X-Archives-Hash: 0073c9f9bebc91a039e5658948b1c1de commit: 899c6d87fb35b02e99da176b2c5cfc20e882b117 Author: Theo Anderson posteo de> AuthorDate: Sat Apr 24 23:47:11 2021 +0000 Commit: Theo Anderson posteo de> CommitDate: Tue Apr 27 23:17:12 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=899c6d87 net-p2p/monero: drop libressl support Signed-off-by: Theo Anderson posteo.de> net-p2p/monero/monero-0.17.1.9.ebuild | 5 ++--- net-p2p/monero/monero-9999.ebuild | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/net-p2p/monero/monero-0.17.1.9.ebuild b/net-p2p/monero/monero-0.17.1.9.ebuild index fb62cb795..2cfccaa2d 100644 --- a/net-p2p/monero/monero-0.17.1.9.ebuild +++ b/net-p2p/monero/monero-0.17.1.9.ebuild @@ -18,7 +18,7 @@ fi LICENSE="BSD MIT" SLOT="0" -IUSE="+daemon libressl readline +tools +wallet-cli +wallet-rpc" +IUSE="+daemon readline +tools +wallet-cli +wallet-rpc" REQUIRED_USE="|| ( daemon tools wallet-cli wallet-rpc )" RESTRICT="test" @@ -27,14 +27,13 @@ DEPEND=" acct-user/monero dev-libs/boost:=[nls,threads] dev-libs/libsodium:= + dev-libs/openssl:= dev-libs/randomx dev-libs/rapidjson dev-libs/supercop net-dns/unbound:=[threads] net-libs/czmq:= net-libs/miniupnpc - !libressl? ( dev-libs/openssl:= ) - libressl? ( dev-libs/libressl:= ) readline? ( sys-libs/readline:0= ) " RDEPEND="${DEPEND}" diff --git a/net-p2p/monero/monero-9999.ebuild b/net-p2p/monero/monero-9999.ebuild index 528e57f45..1ee22fc10 100644 --- a/net-p2p/monero/monero-9999.ebuild +++ b/net-p2p/monero/monero-9999.ebuild @@ -19,7 +19,7 @@ fi LICENSE="BSD MIT" SLOT="0" -IUSE="+daemon libressl readline +tools +wallet-cli +wallet-rpc" +IUSE="+daemon readline +tools +wallet-cli +wallet-rpc" REQUIRED_USE="|| ( daemon tools wallet-cli wallet-rpc )" RESTRICT="test" @@ -28,14 +28,13 @@ DEPEND=" acct-user/monero dev-libs/boost:=[nls,threads] dev-libs/libsodium:= + dev-libs/openssl:= dev-libs/randomx dev-libs/rapidjson dev-libs/supercop net-dns/unbound:=[threads] net-libs/czmq:= net-libs/miniupnpc - !libressl? ( dev-libs/openssl:= ) - libressl? ( dev-libs/libressl:= ) readline? ( sys-libs/readline:0= ) " RDEPEND="${DEPEND}" From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F11391382C5 for ; Tue, 27 Apr 2021 23:23:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3887EE0849; Tue, 27 Apr 2021 23:23:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 20F70E0849 for ; Tue, 27 Apr 2021 23:23:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 541AA3410A7 for ; Tue, 27 Apr 2021 23:23:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D64B35C9 for ; Tue, 27 Apr 2021 23:23:35 +0000 (UTC) From: "Theo Anderson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Theo Anderson" Message-ID: <1619565432.899c6d87fb35b02e99da176b2c5cfc20e882b117.telans@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-p2p/monero/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-p2p/monero/monero-0.17.1.9.ebuild net-p2p/monero/monero-9999.ebuild X-VCS-Directories: net-p2p/monero/ X-VCS-Committer: telans X-VCS-Committer-Name: Theo Anderson X-VCS-Revision: 899c6d87fb35b02e99da176b2c5cfc20e882b117 X-VCS-Branch: dev Date: Tue, 27 Apr 2021 23:23:35 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 32387b9a-5a3f-4420-98e2-0e8b7314ee3a X-Archives-Hash: add2f7098558f0e88fb39e8e8377f2df Message-ID: <20210427232335.p9OAGdoMDEFVmZ5_XNe7t7S7Dr_wYMmtsNy-qVGCCCw@z> commit: 899c6d87fb35b02e99da176b2c5cfc20e882b117 Author: Theo Anderson posteo de> AuthorDate: Sat Apr 24 23:47:11 2021 +0000 Commit: Theo Anderson posteo de> CommitDate: Tue Apr 27 23:17:12 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=899c6d87 net-p2p/monero: drop libressl support Signed-off-by: Theo Anderson posteo.de> net-p2p/monero/monero-0.17.1.9.ebuild | 5 ++--- net-p2p/monero/monero-9999.ebuild | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/net-p2p/monero/monero-0.17.1.9.ebuild b/net-p2p/monero/monero-0.17.1.9.ebuild index fb62cb795..2cfccaa2d 100644 --- a/net-p2p/monero/monero-0.17.1.9.ebuild +++ b/net-p2p/monero/monero-0.17.1.9.ebuild @@ -18,7 +18,7 @@ fi LICENSE="BSD MIT" SLOT="0" -IUSE="+daemon libressl readline +tools +wallet-cli +wallet-rpc" +IUSE="+daemon readline +tools +wallet-cli +wallet-rpc" REQUIRED_USE="|| ( daemon tools wallet-cli wallet-rpc )" RESTRICT="test" @@ -27,14 +27,13 @@ DEPEND=" acct-user/monero dev-libs/boost:=[nls,threads] dev-libs/libsodium:= + dev-libs/openssl:= dev-libs/randomx dev-libs/rapidjson dev-libs/supercop net-dns/unbound:=[threads] net-libs/czmq:= net-libs/miniupnpc - !libressl? ( dev-libs/openssl:= ) - libressl? ( dev-libs/libressl:= ) readline? ( sys-libs/readline:0= ) " RDEPEND="${DEPEND}" diff --git a/net-p2p/monero/monero-9999.ebuild b/net-p2p/monero/monero-9999.ebuild index 528e57f45..1ee22fc10 100644 --- a/net-p2p/monero/monero-9999.ebuild +++ b/net-p2p/monero/monero-9999.ebuild @@ -19,7 +19,7 @@ fi LICENSE="BSD MIT" SLOT="0" -IUSE="+daemon libressl readline +tools +wallet-cli +wallet-rpc" +IUSE="+daemon readline +tools +wallet-cli +wallet-rpc" REQUIRED_USE="|| ( daemon tools wallet-cli wallet-rpc )" RESTRICT="test" @@ -28,14 +28,13 @@ DEPEND=" acct-user/monero dev-libs/boost:=[nls,threads] dev-libs/libsodium:= + dev-libs/openssl:= dev-libs/randomx dev-libs/rapidjson dev-libs/supercop net-dns/unbound:=[threads] net-libs/czmq:= net-libs/miniupnpc - !libressl? ( dev-libs/openssl:= ) - libressl? ( dev-libs/libressl:= ) readline? ( sys-libs/readline:0= ) " RDEPEND="${DEPEND}"