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 9AB7F1582EF for ; Wed, 12 Feb 2025 05:00:17 +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)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id C49B1343176 for ; Wed, 12 Feb 2025 05:00:13 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 9E7E9110473; Wed, 12 Feb 2025 05:00:06 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 947FA110473 for ; Wed, 12 Feb 2025 05:00:06 +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 4B7F13430AE for ; Wed, 12 Feb 2025 05:00:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A47F727FA for ; Wed, 12 Feb 2025 05:00:04 +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: <1739336388.c8f012ef169a1fd8a404e90733e09d57e6b7e76d.sam@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-28.1.ebuild X-VCS-Directories: net-p2p/bitcoin-core/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c8f012ef169a1fd8a404e90733e09d57e6b7e76d X-VCS-Branch: master Date: Wed, 12 Feb 2025 05:00:04 +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: e618296a-29ab-4811-a24a-7bb1d1daa7a6 X-Archives-Hash: 880a54e78e3396d16692e13545b9372c commit: c8f012ef169a1fd8a404e90733e09d57e6b7e76d Author: Sam James gentoo org> AuthorDate: Wed Feb 12 04:59:48 2025 +0000 Commit: Sam James gentoo org> CommitDate: Wed Feb 12 04:59:48 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8f012ef net-p2p/bitcoin-core: Stabilize 28.1 arm, #949631 Signed-off-by: Sam James gentoo.org> net-p2p/bitcoin-core/bitcoin-core-28.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-p2p/bitcoin-core/bitcoin-core-28.1.ebuild b/net-p2p/bitcoin-core/bitcoin-core-28.1.ebuild index 4eec8fc940d0..27c995938f74 100644 --- a/net-p2p/bitcoin-core/bitcoin-core-28.1.ebuild +++ b/net-p2p/bitcoin-core/bitcoin-core-28.1.ebuild @@ -17,7 +17,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 +man nat-pmp +qrcode +sqlite +system-libsecp256k1 systemtap test test-full upnp zeromq" RESTRICT="!test? ( test )"