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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 98515158074 for ; Sun, 22 Jun 2025 23:07:07 +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) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 7C916340E98 for ; Sun, 22 Jun 2025 23:07:07 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 8071711053C; Sun, 22 Jun 2025 23:06:48 +0000 (UTC) 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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 7467311053C for ; Sun, 22 Jun 2025 23:06:48 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2B7BB340E3B for ; Sun, 22 Jun 2025 23:06:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ECB4E2A65 for ; Sun, 22 Jun 2025 23:06:45 +0000 (UTC) From: "Lucio Sauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lucio Sauer" Message-ID: <1750607325.18daa9e419956488a93ce3afa80527348128daf1.watermanpaint@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-9999.ebuild X-VCS-Directories: net-p2p/monero/ X-VCS-Committer: watermanpaint X-VCS-Committer-Name: Lucio Sauer X-VCS-Revision: 18daa9e419956488a93ce3afa80527348128daf1 X-VCS-Branch: master Date: Sun, 22 Jun 2025 23:06:45 +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: 5327b237-cef3-4ade-beaf-d43a474a0025 X-Archives-Hash: 7c7cec53482fb0f9cdf459d04445bc9c commit: 18daa9e419956488a93ce3afa80527348128daf1 Author: Filip Kobierski pm me> AuthorDate: Sun Jun 22 15:47:03 2025 +0000 Commit: Lucio Sauer posteo net> CommitDate: Sun Jun 22 15:48:45 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=18daa9e4 net-p2p/monero: sync live Signed-off-by: Filip Kobierski pm.me> net-p2p/monero/monero-9999.ebuild | 26 +++++++++++++++++++------- 1 file changed, 19 insertions(+), 7 deletions(-) diff --git a/net-p2p/monero/monero-9999.ebuild b/net-p2p/monero/monero-9999.ebuild index e5a9939dfa..84f85451a6 100644 --- a/net-p2p/monero/monero-9999.ebuild +++ b/net-p2p/monero/monero-9999.ebuild @@ -3,10 +3,12 @@ EAPI=8 -inherit cmake systemd +DOCS_BUILDER=doxygen + +inherit cmake docs systemd DESCRIPTION="The secure, private, untraceable cryptocurrency" -HOMEPAGE="https://github.com/monero-project/monero" +HOMEPAGE="https://www.getmonero.org" if [[ ${PV} == 9999 ]]; then inherit git-r3 @@ -49,23 +51,30 @@ DEPEND=" ) " RDEPEND="${DEPEND}" -BDEPEND="virtual/pkgconfig -