From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 472E015807A for ; Sun, 08 Jun 2025 00:40:26 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 31A72342FF8 for ; Sun, 08 Jun 2025 00:40:26 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 1DC251102BE; Sun, 08 Jun 2025 00:40:25 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 13ACC1102BE for ; Sun, 08 Jun 2025 00:40:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B229534309B for ; Sun, 08 Jun 2025 00:40:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2F0A62822 for ; Sun, 08 Jun 2025 00:40:23 +0000 (UTC) From: "Filip Kobierski" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Filip Kobierski" Message-ID: <1749343200.a70d87cb928dbc8315b19be61d4fdc73df46f9da.fkobi@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-9999.ebuild X-VCS-Directories: net-p2p/monero/ X-VCS-Committer: fkobi X-VCS-Committer-Name: Filip Kobierski X-VCS-Revision: a70d87cb928dbc8315b19be61d4fdc73df46f9da X-VCS-Branch: dev Date: Sun, 08 Jun 2025 00:40:23 +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: f02e39ca-5e97-4979-b753-23c413768cf3 X-Archives-Hash: e0728df8d44249564a7a9ff305178318 commit: a70d87cb928dbc8315b19be61d4fdc73df46f9da Author: Filip Kobierski pm me> AuthorDate: Sun Jun 8 00:38:55 2025 +0000 Commit: Filip Kobierski pm me> CommitDate: Sun Jun 8 00:40:00 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a70d87cb net-p2p/monero: sync live Signed-off-by: Filip Kobierski pm.me> net-p2p/monero/monero-9999.ebuild | 54 +++++++++++++++++++++++---------------- 1 file changed, 32 insertions(+), 22 deletions(-) diff --git a/net-p2p/monero/monero-9999.ebuild b/net-p2p/monero/monero-9999.ebuild index 9f03849f1b..e5a9939dfa 100644 --- a/net-p2p/monero/monero-9999.ebuild +++ b/net-p2p/monero/monero-9999.ebuild @@ -19,13 +19,13 @@ fi LICENSE="BSD MIT" SLOT="0" -IUSE="+daemon hw-wallet readline +tools +wallet-cli +wallet-rpc" +IUSE="+daemon hw-wallet readline +tools +wallet-cli +wallet-rpc cpu_flags_x86_aes" REQUIRED_USE="|| ( daemon tools wallet-cli wallet-rpc )" RESTRICT="test" +# Test requires python's requests, psutil, deepdiff which are packaged +# but also monotonic & zmq which we do not have DEPEND=" - acct-group/monero - acct-user/monero app-crypt/libmd dev-libs/boost:=[nls] dev-libs/libsodium:= @@ -37,7 +37,11 @@ DEPEND=" net-dns/unbound:=[threads] net-libs/miniupnpc:= net-libs/zeromq:= - readline? ( sys-libs/readline:0= ) + daemon? ( + acct-group/monero + acct-user/monero + ) + readline? ( sys-libs/readline:= ) hw-wallet? ( dev-libs/hidapi dev-libs/protobuf:= @@ -45,11 +49,13 @@ DEPEND=" ) " RDEPEND="${DEPEND}" -BDEPEND="virtual/pkgconfig" +BDEPEND="virtual/pkgconfig +