From 676dc139d68eac00282b2a8745e2c830298588d0 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sat, 18 Jul 2026 03:23:48 +0100 Subject: [PATCH] net-p2p/bitcoin-core: Stabilize 31.0 arm64, #979430 Signed-off-by: Sam James --- net-p2p/bitcoin-core/bitcoin-core-31.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-p2p/bitcoin-core/bitcoin-core-31.0.ebuild b/net-p2p/bitcoin-core/bitcoin-core-31.0.ebuild index 6d84eca8a520b..538951c8513e0 100644 --- a/net-p2p/bitcoin-core/bitcoin-core-31.0.ebuild +++ b/net-p2p/bitcoin-core/bitcoin-core-31.0.ebuild @@ -18,7 +18,7 @@ S="${WORKDIR}/${PN/-core}-${PV/_rc/rc}" LICENSE="MIT" SLOT="0" if [[ "${PV}" != *_rc* ]] ; then - KEYWORDS="~amd64 arm ~arm64 ~ppc ~ppc64 ~x86" + KEYWORDS="~amd64 arm arm64 ~ppc ~ppc64 ~x86" fi IUSE="asm +cli +daemon dbus examples +external-signer gui qrcode +system-libsecp256k1 systemtap test test-full +wallet zeromq" RESTRICT="!test? ( test )"