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 B051B138359 for ; Fri, 7 Aug 2020 23:24:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CDDC4E08D3; Fri, 7 Aug 2020 23:24:46 +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 B60DEE08D3 for ; Fri, 7 Aug 2020 23:24:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 BB71134F4EF for ; Fri, 7 Aug 2020 23:24:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2F29130C for ; Fri, 7 Aug 2020 23:24:43 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1596842598.e7ad0035b7c1cb75c50435318ab9bc30e1a54f9e.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/libreoffice/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/libreoffice/libreoffice-6.4.9999.ebuild X-VCS-Directories: app-office/libreoffice/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: e7ad0035b7c1cb75c50435318ab9bc30e1a54f9e X-VCS-Branch: master Date: Fri, 7 Aug 2020 23:24:43 +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: e57cd266-46ba-4b45-9b9a-d3d2c2d8b9ac X-Archives-Hash: 10f287b5265d22ae7950b7bf7391b17a commit: e7ad0035b7c1cb75c50435318ab9bc30e1a54f9e Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Aug 7 12:30:46 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Aug 7 23:23:18 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7ad0035 app-office/libreoffice: Fix build with boost-1.73 in 6.4 stable branch Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Andreas Sturmlechner gentoo.org> app-office/libreoffice/libreoffice-6.4.9999.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app-office/libreoffice/libreoffice-6.4.9999.ebuild b/app-office/libreoffice/libreoffice-6.4.9999.ebuild index 1a1a96143b5..ecae7dbf2c7 100644 --- a/app-office/libreoffice/libreoffice-6.4.9999.ebuild +++ b/app-office/libreoffice/libreoffice-6.4.9999.ebuild @@ -268,6 +268,9 @@ PATCHES=( "${FILESDIR}/${PN}-5.4-system-pyuno.patch" "${FILESDIR}/${PN}-5.3.4.2-kioclient5.patch" "${FILESDIR}/${PN}-6.1-nomancompress.patch" + + # git master + "${FILESDIR}/${PN}-6.4.3.2-boost-1.73.patch" # bug 721806 ) S="${WORKDIR}/${PN}-${MY_PV}"