commit: 6521cd9109d5b129a7d07e2b78c5cdcd12d3fb0a
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue May 20 21:26:54 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue May 20 21:26:54 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6521cd91
net-p2p/bitcoin-core: Stabilize 29.0 arm, #955268
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-p2p/bitcoin-core/bitcoin-core-29.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-p2p/bitcoin-core/bitcoin-core-29.0.ebuild
b/net-p2p/bitcoin-core/bitcoin-core-29.0.ebuild
index af4809227550..7b65801fe3e9 100644
--- a/net-p2p/bitcoin-core/bitcoin-core-29.0.ebuild
+++ b/net-p2p/bitcoin-core/bitcoin-core-29.0.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 qrcode
+sqlite +system-libsecp256k1 systemtap test test-full zeromq"
RESTRICT="!test? ( test )"