Gentoo Archives: gentoo-commits

From: Craig Andrews <candrews@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/bitcoind/
Date: Tue, 15 Jan 2019 14:48:36
Message-Id: 1547563702.08137c8530718d5fb7b3be219614a9a85783d561.candrews@gentoo
1 commit: 08137c8530718d5fb7b3be219614a9a85783d561
2 Author: Florian Schmaus <flo <AT> geekplace <DOT> eu>
3 AuthorDate: Tue Jan 15 08:26:20 2019 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 15 14:48:22 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08137c85
7
8 net-p2p/bitcoind: Fix dodoc in case USE=examples
9
10 The referenced file 'contrib/tidy_datadir.sh' is no longer shipped by
11 upstream.
12
13 Closes: https://bugs.gentoo.org/675474
14 Package-Manager: Portage-2.3.51, Repoman-2.3.11
15
16 Signed-off-by: Florian Schmaus <flo <AT> geekplace.eu>
17 Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
18
19 net-p2p/bitcoind/bitcoind-0.17.1.ebuild | 2 +-
20 1 file changed, 1 insertion(+), 1 deletion(-)
21
22 diff --git a/net-p2p/bitcoind/bitcoind-0.17.1.ebuild b/net-p2p/bitcoind/bitcoind-0.17.1.ebuild
23 index 71d8c912e3e..f37df43a524 100644
24 --- a/net-p2p/bitcoind/bitcoind-0.17.1.ebuild
25 +++ b/net-p2p/bitcoind/bitcoind-0.17.1.ebuild
26 @@ -147,7 +147,7 @@ src_install() {
27
28 if use examples; then
29 docinto examples
30 - dodoc -r contrib/{linearize,qos,tidy_datadir.sh}
31 + dodoc -r contrib/{linearize,qos}
32 use zeromq && dodoc -r contrib/zmq
33 fi