commit: e9498f54253c0210ef5bfec9f11ee449ae956ef2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org> AuthorDate: Thu Feb 13 08:48:00 2025 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Thu Feb 13 08:48:40 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9498f54
net-p2p/bitcoin-core: Stabilize 28.1 x86, #949631 Signed-off-by: Joonas Niilola <juippis <AT> 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 886915d620e7..8c24047ad430 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 )"