summaryrefslogtreecommitdiff
path: root/net-p2p/bitcoind/bitcoind-0.15.1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/bitcoind/bitcoind-0.15.1.ebuild')
-rw-r--r--net-p2p/bitcoind/bitcoind-0.15.1.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/net-p2p/bitcoind/bitcoind-0.15.1.ebuild b/net-p2p/bitcoind/bitcoind-0.15.1.ebuild
index 3ada285926eb..3d8c5eb306c1 100644
--- a/net-p2p/bitcoind/bitcoind-0.15.1.ebuild
+++ b/net-p2p/bitcoind/bitcoind-0.15.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2010-2017 Gentoo Foundation
+# Copyright 2010-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -74,11 +74,13 @@ src_prepare() {
sed -i 's/^\(complete -F _bitcoind bitcoind\) bitcoin-qt$/\1/' contrib/${PN}.bash-completion || die
eapply "$(KNOTS_PATCH syslibs)"
+ eapply "${FILESDIR}/${PN}-0.15.1-test-util-fix.patch"
if use knots; then
eapply "$(KNOTS_PATCH f)"
eapply "$(KNOTS_PATCH branding)"
eapply "$(KNOTS_PATCH ts)"
+ eapply "${FILESDIR}/${PN}-0.15.1-test-build-fix.patch"
fi
eapply_user