diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-11-09 10:08:50 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-11-09 10:08:50 +0000 |
commit | 384114afc4bae9f19fab227906f261d8e79eb144 (patch) | |
tree | 9fbf46a5d8bb4857bd5d5a497cc65dec2a609894 /net-p2p | |
parent | media-libs/libdovi: fix phase definitions (diff) | |
download | gentoo-384114afc4bae9f19fab227906f261d8e79eb144.tar.gz gentoo-384114afc4bae9f19fab227906f261d8e79eb144.tar.bz2 gentoo-384114afc4bae9f19fab227906f261d8e79eb144.zip |
net-p2p/bitcoin-core: Stabilize 27.1 x86, #941227
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/bitcoin-core/bitcoin-core-27.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/bitcoin-core/bitcoin-core-27.1.ebuild b/net-p2p/bitcoin-core/bitcoin-core-27.1.ebuild index eb5f651c2469..9e477e6cc769 100644 --- a/net-p2p/bitcoin-core/bitcoin-core-27.1.ebuild +++ b/net-p2p/bitcoin-core/bitcoin-core-27.1.ebuild @@ -18,7 +18,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 libs +man nat-pmp +qrcode +sqlite system-leveldb +system-libsecp256k1 systemtap test upnp zeromq" RESTRICT="!test? ( test )" |