From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/bitcoin-qt/files/, net-p2p/bitcoin-qt/
Date: Sat, 7 Apr 2018 20:49:29 +0000 (UTC) [thread overview]
Message-ID: <1523134126.1040395f2b3a9951e450b81b1da096a1118d122f.asturm@gentoo> (raw)
commit: 1040395f2b3a9951e450b81b1da096a1118d122f
Author: Luke Dashjr <luke-jr+git <AT> utopios <DOT> org>
AuthorDate: Mon Apr 2 18:35:30 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Apr 7 20:48:46 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1040395f
net-p2p/bitcoin-qt-0.16.0*: Add missing <memory> include
Closes: https://bugs.gentoo.org/652142
Closes: https://github.com/gentoo/gentoo/pull/7833
net-p2p/bitcoin-qt/bitcoin-qt-0.16.0-r1.ebuild | 2 ++
.../files/bitcoin-qt-0.16.0-fix_memory_include.patch | 13 +++++++++++++
2 files changed, 15 insertions(+)
diff --git a/net-p2p/bitcoin-qt/bitcoin-qt-0.16.0-r1.ebuild b/net-p2p/bitcoin-qt/bitcoin-qt-0.16.0-r1.ebuild
index f3fc18a6875..07a5658ba4b 100644
--- a/net-p2p/bitcoin-qt/bitcoin-qt-0.16.0-r1.ebuild
+++ b/net-p2p/bitcoin-qt/bitcoin-qt-0.16.0-r1.ebuild
@@ -95,6 +95,8 @@ src_prepare() {
eapply "${FILESDIR}/${P}-fix_mempoolstats.patch"
fi
+ eapply "${FILESDIR}/${P}-fix_memory_include.patch"
+
eapply_user
if ! use bitcoin_policy_rbf; then
diff --git a/net-p2p/bitcoin-qt/files/bitcoin-qt-0.16.0-fix_memory_include.patch b/net-p2p/bitcoin-qt/files/bitcoin-qt-0.16.0-fix_memory_include.patch
new file mode 100644
index 00000000000..66b7d361ee5
--- /dev/null
+++ b/net-p2p/bitcoin-qt/files/bitcoin-qt-0.16.0-fix_memory_include.patch
@@ -0,0 +1,13 @@
+diff --git a/src/qt/walletmodeltransaction.h b/src/qt/walletmodeltransaction.h
+index cd531dba4b..816b0c35af 100644
+--- a/src/qt/walletmodeltransaction.h
++++ b/src/qt/walletmodeltransaction.h
+@@ -7,6 +7,8 @@
+
+ #include <qt/walletmodel.h>
+
++#include <memory>
++
+ #include <QObject>
+
+ class SendCoinsRecipient;
next reply other threads:[~2018-04-07 20:49 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-04-07 20:49 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-01-05 4:38 [gentoo-commits] repo/gentoo:master commit in: net-p2p/bitcoin-qt/files/, net-p2p/bitcoin-qt/ Sam James
2021-01-21 23:23 Sam James
2018-10-23 20:38 Virgil Dupras
2018-09-30 19:05 Virgil Dupras
2018-03-31 23:09 Michał Górny
2017-01-24 1:17 Andreas Sturmlechner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1523134126.1040395f2b3a9951e450b81b1da096a1118d122f.asturm@gentoo \
--to=asturm@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox