diff options
author | 2021-11-06 16:54:29 +0000 | |
---|---|---|
committer | 2021-11-18 08:52:26 +0200 | |
commit | 504ca74263eeb38b59de2db4bd5f2d3114ff7281 (patch) | |
tree | e28de4ff57a12b80cfe7ff8350f44281bedee34f /net-p2p/bitcoind/bitcoind-0.21.0.ebuild | |
parent | net-p2p/bitcoin-qt: Add patch for boost 1.77 compatibility (diff) | |
download | gentoo-504ca74263eeb38b59de2db4bd5f2d3114ff7281.tar.gz gentoo-504ca74263eeb38b59de2db4bd5f2d3114ff7281.tar.bz2 gentoo-504ca74263eeb38b59de2db4bd5f2d3114ff7281.zip |
net-p2p/bitcoind: Add patch for boost 1.77 compatibility
Closes: https://bugs.gentoo.org/816885
Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org>
Closes: https://github.com/gentoo/gentoo/pull/22849
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'net-p2p/bitcoind/bitcoind-0.21.0.ebuild')
-rw-r--r-- | net-p2p/bitcoind/bitcoind-0.21.0.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net-p2p/bitcoind/bitcoind-0.21.0.ebuild b/net-p2p/bitcoind/bitcoind-0.21.0.ebuild index 4db4a7535311..574db30d89bb 100644 --- a/net-p2p/bitcoind/bitcoind-0.21.0.ebuild +++ b/net-p2p/bitcoind/bitcoind-0.21.0.ebuild @@ -85,6 +85,8 @@ src_prepare() { eapply "${knots_patchdir}/${KNOTS_P}.ts.patch" fi + eapply "${FILESDIR}/${PN}-0.20.1-boost-1.77-compat.patch" + default echo '#!/bin/true' >share/genbuild.sh || die |