From f29d6b49459e1ec7fca7e6bb2e79202e7abf38d7 Mon Sep 17 00:00:00 2001 From: Sam James Date: Mon, 22 Dec 2025 11:45:44 +0000 Subject: [PATCH] net-p2p/bitcoin-core: drop old prefix kws Now removed. Signed-off-by: Sam James --- net-p2p/bitcoin-core/bitcoin-core-30.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-p2p/bitcoin-core/bitcoin-core-30.1.ebuild b/net-p2p/bitcoin-core/bitcoin-core-30.1.ebuild index 614e01d9821bd..5e2ae87a74c3e 100644 --- a/net-p2p/bitcoin-core/bitcoin-core-30.1.ebuild +++ b/net-p2p/bitcoin-core/bitcoin-core-30.1.ebuild @@ -15,7 +15,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" fi IUSE="asm +cli +daemon dbus examples +external-signer gui qrcode +system-libsecp256k1 systemtap test test-full +wallet zeromq" RESTRICT="!test? ( test )"