diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-11-09 09:57:07 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-11-09 09:57:07 +0000 |
commit | 33911ef75882e12951feee24d5bc569b31c2490e (patch) | |
tree | 6db3a768fe642d2f55117770fe50192e5eedc077 /net-p2p | |
parent | dev-python/botocore: Remove old (diff) | |
download | gentoo-33911ef75882e12951feee24d5bc569b31c2490e.tar.gz gentoo-33911ef75882e12951feee24d5bc569b31c2490e.tar.bz2 gentoo-33911ef75882e12951feee24d5bc569b31c2490e.zip |
net-p2p/bitcoin-core: Stabilize 27.1 amd64, #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 b372269aea53..eb5f651c2469 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 )" |