Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/bitcoind/
Date: Fri, 28 May 2021 03:17:50
Message-Id: 1622171835.1483465966d6ef4ceb07328812f27d2677552e32.sam@gentoo
1 commit: 1483465966d6ef4ceb07328812f27d2677552e32
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 28 03:17:15 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri May 28 03:17:15 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14834659
7
8 net-p2p/bitcoind: Stabilize 0.21.0 x86, #790074
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-p2p/bitcoind/bitcoind-0.21.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-p2p/bitcoind/bitcoind-0.21.0.ebuild b/net-p2p/bitcoind/bitcoind-0.21.0.ebuild
16 index db218ed3796..4db4a753531 100644
17 --- a/net-p2p/bitcoind/bitcoind-0.21.0.ebuild
18 +++ b/net-p2p/bitcoind/bitcoind-0.21.0.ebuild
19 @@ -19,7 +19,7 @@ SRC_URI="
20
21 LICENSE="MIT"
22 SLOT="0"
23 -KEYWORDS="amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
24 +KEYWORDS="amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
25 IUSE="+asm examples knots +sqlite system-leveldb test upnp +wallet zeromq"
26 RESTRICT="!test? ( test )"