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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 37B8615800F for ; Thu, 5 Jan 2023 05:05:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0B735E07A9; Thu, 5 Jan 2023 05:05:42 +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 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9617EE07E1 for ; Thu, 5 Jan 2023 05:05:41 +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 6ACA7335DB3 for ; Thu, 5 Jan 2023 05:05:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C2E1D7FA for ; Thu, 5 Jan 2023 05:05:38 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1672893610.3fdb91d4d80dfdcfd0ea37984623de6d4b866195.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/bitcoind/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-p2p/bitcoind/bitcoind-24.0.1.ebuild X-VCS-Directories: net-p2p/bitcoind/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3fdb91d4d80dfdcfd0ea37984623de6d4b866195 X-VCS-Branch: master Date: Thu, 5 Jan 2023 05:05:38 +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: e3c633ba-3450-4504-82bc-02183b780fa3 X-Archives-Hash: 1fb2a905fbc2e28ac7569c045712b599 commit: 3fdb91d4d80dfdcfd0ea37984623de6d4b866195 Author: Sam James gentoo org> AuthorDate: Thu Jan 5 04:40:10 2023 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jan 5 04:40:10 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fdb91d4 net-p2p/bitcoind: add note re bundled dev-libs/univalue Signed-off-by: Sam James gentoo.org> net-p2p/bitcoind/bitcoind-24.0.1.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/net-p2p/bitcoind/bitcoind-24.0.1.ebuild b/net-p2p/bitcoind/bitcoind-24.0.1.ebuild index edae72c7b9f3..15346a5e3025 100644 --- a/net-p2p/bitcoind/bitcoind-24.0.1.ebuild +++ b/net-p2p/bitcoind/bitcoind-24.0.1.ebuild @@ -24,6 +24,9 @@ REQUIRED_USE=" berkdb? ( wallet ) wallet? ( || ( berkdb sqlite ) ) " +# dev-libs/univalue is now bundled as upstream dropped support for system copy +# and their version in the Bitcoin repo has deviated a fair bit from upstream. +# Upstream also seems very inactive. RDEPEND=" acct-group/bitcoin acct-user/bitcoin