diff options
author | 2020-08-07 14:30:46 +0200 | |
---|---|---|
committer | 2020-08-08 01:23:18 +0200 | |
commit | e7ad0035b7c1cb75c50435318ab9bc30e1a54f9e (patch) | |
tree | 3240914bb3960dacabbc1365ecb1b305d0615b8b /app-office | |
parent | app-office/libreoffice: python3_9 (diff) | |
download | gentoo-e7ad0035b7c1cb75c50435318ab9bc30e1a54f9e.tar.gz gentoo-e7ad0035b7c1cb75c50435318ab9bc30e1a54f9e.tar.bz2 gentoo-e7ad0035b7c1cb75c50435318ab9bc30e1a54f9e.zip |
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 <asturm@gentoo.org>
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/libreoffice/libreoffice-6.4.9999.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app-office/libreoffice/libreoffice-6.4.9999.ebuild b/app-office/libreoffice/libreoffice-6.4.9999.ebuild index 1a1a96143b59..ecae7dbf2c7f 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}" |