From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DB4D71382C5 for ; Mon, 14 Jun 2021 12:47:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1F670E0BB2; Mon, 14 Jun 2021 12:47:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 065E4E0BB2 for ; Mon, 14 Jun 2021 12:47:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F1A83335D29 for ; Mon, 14 Jun 2021 12:47:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7F23E75B for ; Mon, 14 Jun 2021 12:46:59 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1623674810.068d3cff008f530abe5a6c8d7daeabdc9b805387.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/ledger/files/, app-office/ledger/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/ledger/files/ledger-3.2.1-fix-build-boost-1-76.patch app-office/ledger/ledger-3.2.1.ebuild X-VCS-Directories: app-office/ledger/ app-office/ledger/files/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 068d3cff008f530abe5a6c8d7daeabdc9b805387 X-VCS-Branch: master Date: Mon, 14 Jun 2021 12:46:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 29ba26c0-0c83-4d5f-9600-bb3cf9c237a2 X-Archives-Hash: fab6fc8719b8cfdc867d5184d57e6601 commit: 068d3cff008f530abe5a6c8d7daeabdc9b805387 Author: Sam James gentoo org> AuthorDate: Mon Jun 14 12:46:22 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jun 14 12:46:50 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=068d3cff app-office/ledger: fix build with Boost 1.76 Closes: https://bugs.gentoo.org/790176 Signed-off-by: Sam James gentoo.org> .../files/ledger-3.2.1-fix-build-boost-1-76.patch | 28 ++++++++++++++++++++++ app-office/ledger/ledger-3.2.1.ebuild | 4 ++++ 2 files changed, 32 insertions(+) diff --git a/app-office/ledger/files/ledger-3.2.1-fix-build-boost-1-76.patch b/app-office/ledger/files/ledger-3.2.1-fix-build-boost-1-76.patch new file mode 100644 index 00000000000..62d2d609511 --- /dev/null +++ b/app-office/ledger/files/ledger-3.2.1-fix-build-boost-1-76.patch @@ -0,0 +1,28 @@ +From fa37f595b3c44dc7ac86b29d105ae6417c3e0080 Mon Sep 17 00:00:00 2001 +From: Sam James +Date: Mon, 14 Jun 2021 12:37:58 +0000 +Subject: [PATCH] Fix compilation with Boost 1.76 + +--- +--- a/src/expr.cc ++++ b/src/expr.cc +@@ -35,6 +35,8 @@ + #include "parser.h" + #include "scope.h" + ++#include ++ + namespace ledger { + + expr_t::expr_t() : base_type() +--- a/src/format.h ++++ b/src/format.h +@@ -45,6 +45,8 @@ + #include "expr.h" + #include "unistring.h" + ++#include ++ + namespace ledger { + + class unistring; diff --git a/app-office/ledger/ledger-3.2.1.ebuild b/app-office/ledger/ledger-3.2.1.ebuild index 467af5e0eb0..a17e0d29f87 100644 --- a/app-office/ledger/ledger-3.2.1.ebuild +++ b/app-office/ledger/ledger-3.2.1.ebuild @@ -42,6 +42,10 @@ DEPEND="${RDEPEND} ) " +PATCHES=( + "${FILESDIR}"/${PN}-3.2.1-fix-build-boost-1-76.patch +) + pkg_pretend() { if use python; then check-reqs_pkg_pretend