summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Schmaus <flo@geekplace.eu>2019-01-15 09:26:20 +0100
committerCraig Andrews <candrews@gentoo.org>2019-01-15 09:48:22 -0500
commit08137c8530718d5fb7b3be219614a9a85783d561 (patch)
tree8ce884b78adefe3894bb28f866e258b6313846e0 /net-p2p/bitcoind
parentgnome-base/gnome-core-apps: bump to 3.26.2 (diff)
downloadgentoo-08137c8530718d5fb7b3be219614a9a85783d561.tar.gz
gentoo-08137c8530718d5fb7b3be219614a9a85783d561.tar.bz2
gentoo-08137c8530718d5fb7b3be219614a9a85783d561.zip
net-p2p/bitcoind: Fix dodoc in case USE=examples
The referenced file 'contrib/tidy_datadir.sh' is no longer shipped by upstream. Closes: https://bugs.gentoo.org/675474 Package-Manager: Portage-2.3.51, Repoman-2.3.11 Signed-off-by: Florian Schmaus <flo@geekplace.eu> Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'net-p2p/bitcoind')
-rw-r--r--net-p2p/bitcoind/bitcoind-0.17.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/bitcoind/bitcoind-0.17.1.ebuild b/net-p2p/bitcoind/bitcoind-0.17.1.ebuild
index 71d8c912e3e6..f37df43a5244 100644
--- a/net-p2p/bitcoind/bitcoind-0.17.1.ebuild
+++ b/net-p2p/bitcoind/bitcoind-0.17.1.ebuild
@@ -147,7 +147,7 @@ src_install() {
if use examples; then
docinto examples
- dodoc -r contrib/{linearize,qos,tidy_datadir.sh}
+ dodoc -r contrib/{linearize,qos}
use zeromq && dodoc -r contrib/zmq
fi