diff options
author | Matt Whitlock <gentoo@mattwhitlock.name> | 2023-10-24 11:46:17 -0400 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2023-10-25 10:37:20 +0200 |
commit | 2d23ce0f6769a00197db3e28117a7e809dc92828 (patch) | |
tree | 191fbecddece611bbe90bd05930dcb95f7ec0ccc /net-p2p | |
parent | net-p2p/bitcoin-core: add warnings about unlikely USE flag combos (diff) | |
download | gentoo-2d23ce0f6769a00197db3e28117a7e809dc92828.tar.gz gentoo-2d23ce0f6769a00197db3e28117a7e809dc92828.tar.bz2 gentoo-2d23ce0f6769a00197db3e28117a7e809dc92828.zip |
net-p2p/bitcoin-core: install rpcauth.py to doc dir
Closes: https://bugs.gentoo.org/757102
Signed-off-by: Matt Whitlock <gentoo@mattwhitlock.name>
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/bitcoin-core/bitcoin-core-25.1-r1.ebuild (renamed from net-p2p/bitcoin-core/bitcoin-core-25.1.ebuild) | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/net-p2p/bitcoin-core/bitcoin-core-25.1.ebuild b/net-p2p/bitcoin-core/bitcoin-core-25.1-r1.ebuild index a5818124e34f..5eadbf6fddce 100644 --- a/net-p2p/bitcoin-core/bitcoin-core-25.1.ebuild +++ b/net-p2p/bitcoin-core/bitcoin-core-25.1-r1.ebuild @@ -191,6 +191,12 @@ src_install() { use systemtap && DOCS+=( doc/tracing.md ) use zeromq && DOCS+=( doc/zmq.md ) + if use daemon ; then + # https://bugs.gentoo.org/757102 + DOCS+=( share/rpcauth/rpcauth.py ) + docompress -x "/usr/share/doc/${PF}/rpcauth.py" + fi + default find "${ED}" -type f -name '*.la' -delete || die |