diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-01-04 16:28:01 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-01-04 16:28:01 +0200 |
commit | 0c50736bd31a951761289e5518a2c8794e45ecd1 (patch) | |
tree | 3d170f89076cbe34b209c1c8dbd4a43c079559d7 /net-p2p | |
parent | net-p2p/bitcoin-qt: Stabilize 22.0 amd64, #889692 (diff) | |
download | gentoo-0c50736bd31a951761289e5518a2c8794e45ecd1.tar.gz gentoo-0c50736bd31a951761289e5518a2c8794e45ecd1.tar.bz2 gentoo-0c50736bd31a951761289e5518a2c8794e45ecd1.zip |
net-p2p/bitcoind: Stabilize 22.0 amd64, #889692
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/bitcoind/bitcoind-22.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/bitcoind/bitcoind-22.0.ebuild b/net-p2p/bitcoind/bitcoind-22.0.ebuild index 510d66a3ecf4..77a077ac6a30 100644 --- a/net-p2p/bitcoind/bitcoind-22.0.ebuild +++ b/net-p2p/bitcoind/bitcoind-22.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -19,7 +19,7 @@ SRC_URI=" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" IUSE="+asm +berkdb examples +external-signer knots nat-pmp sqlite systemtap test upnp +wallet zeromq" RESTRICT="!test? ( test )" |