From 41012a068e22a69b5cb94ffb7509ffb66e2ebcf3 Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Wed, 21 May 2025 10:56:34 +0000 Subject: [PATCH] net-p2p/bitcoin-core: Stabilize 29.0 x86, #955268 Signed-off-by: Arthur Zamarin --- 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 356e4460d2ba7..a62e434bade36 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 )"