From c8f012ef169a1fd8a404e90733e09d57e6b7e76d Mon Sep 17 00:00:00 2001 From: Sam James Date: Wed, 12 Feb 2025 04:59:48 +0000 Subject: [PATCH] net-p2p/bitcoin-core: Stabilize 28.1 arm, #949631 Signed-off-by: Sam James --- 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 4eec8fc940d0a..27c995938f74c 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 )"