Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/libreoffice/
Date: Fri, 07 Aug 2020 23:24:47
Message-Id: 1596842598.e7ad0035b7c1cb75c50435318ab9bc30e1a54f9e.asturm@gentoo
1 commit: e7ad0035b7c1cb75c50435318ab9bc30e1a54f9e
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 7 12:30:46 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 7 23:23:18 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7ad0035
7
8 app-office/libreoffice: Fix build with boost-1.73 in 6.4 stable branch
9
10 Package-Manager: Portage-3.0.1, Repoman-2.3.23
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 app-office/libreoffice/libreoffice-6.4.9999.ebuild | 3 +++
14 1 file changed, 3 insertions(+)
15
16 diff --git a/app-office/libreoffice/libreoffice-6.4.9999.ebuild b/app-office/libreoffice/libreoffice-6.4.9999.ebuild
17 index 1a1a96143b5..ecae7dbf2c7 100644
18 --- a/app-office/libreoffice/libreoffice-6.4.9999.ebuild
19 +++ b/app-office/libreoffice/libreoffice-6.4.9999.ebuild
20 @@ -268,6 +268,9 @@ PATCHES=(
21 "${FILESDIR}/${PN}-5.4-system-pyuno.patch"
22 "${FILESDIR}/${PN}-5.3.4.2-kioclient5.patch"
23 "${FILESDIR}/${PN}-6.1-nomancompress.patch"
24 +
25 + # git master
26 + "${FILESDIR}/${PN}-6.4.3.2-boost-1.73.patch" # bug 721806
27 )
28
29 S="${WORKDIR}/${PN}-${MY_PV}"