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 02:27:40
Message-Id: 1622168818.e6854b422894c395b63764a861f0c64f4e219458.sam@gentoo
1 commit: e6854b422894c395b63764a861f0c64f4e219458
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 28 02:26:58 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri May 28 02:26:58 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6854b42
7
8 net-p2p/bitcoind: Stabilize 0.21.0 amd64, #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 deccb3a88fd..db218ed3796 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 )"