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 7F8C515817D for ; Thu, 20 Jun 2024 11:28:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AE3CFE2A28; Thu, 20 Jun 2024 11:28:51 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 90C57E2A28 for ; Thu, 20 Jun 2024 11:28:51 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ABBF333BEE9 for ; Thu, 20 Jun 2024 11:28:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F07821C7B for ; Thu, 20 Jun 2024 11:28:48 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1718882925.736b65b51bb899f3fcf6f737d3af1e5995ed12c4.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/bitcoin-core/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-p2p/bitcoin-core/bitcoin-core-26.1.ebuild X-VCS-Directories: net-p2p/bitcoin-core/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 736b65b51bb899f3fcf6f737d3af1e5995ed12c4 X-VCS-Branch: master Date: Thu, 20 Jun 2024 11:28:48 +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: f8b6190b-7149-484b-93ef-dc05ebe15a4b X-Archives-Hash: 2d897ade55a8a3bb949f4ad0f536342c commit: 736b65b51bb899f3fcf6f737d3af1e5995ed12c4 Author: Florian Schmaus gentoo org> AuthorDate: Thu Jun 20 11:28:45 2024 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Thu Jun 20 11:28:45 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=736b65b5 net-p2p/bitcoin-core: stabilize 26.1 for amd64 Signed-off-by: Florian Schmaus gentoo.org> net-p2p/bitcoin-core/bitcoin-core-26.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-p2p/bitcoin-core/bitcoin-core-26.1.ebuild b/net-p2p/bitcoin-core/bitcoin-core-26.1.ebuild index eacdbc50d800..54533f4ae6a8 100644 --- a/net-p2p/bitcoin-core/bitcoin-core-26.1.ebuild +++ b/net-p2p/bitcoin-core/bitcoin-core-26.1.ebuild @@ -15,7 +15,7 @@ S="${WORKDIR}/${PN/-core}-${PV/_rc/rc}" LICENSE="MIT" SLOT="0" if [[ "${PV}" != *_rc* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" + KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" fi IUSE="+asm +berkdb +cli +daemon dbus examples +external-signer gui kde libs +man nat-pmp +qrcode +sqlite system-leveldb +system-libsecp256k1 systemtap test upnp zeromq" RESTRICT="!test? ( test )"