summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-01-08 01:16:23 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-01-08 01:17:15 +0100
commit9005e78b82e88f88b1685d2453de977b20818e62 (patch)
tree97347c1619e30b6b99d40a3b811ae46f01817280 /app-office/libreoffice/libreoffice-6.2.9999.ebuild
parentsys-cluster/ceph: Version bump to 13.2.4 (diff)
downloadgentoo-9005e78b82e88f88b1685d2453de977b20818e62.tar.gz
gentoo-9005e78b82e88f88b1685d2453de977b20818e62.tar.bz2
gentoo-9005e78b82e88f88b1685d2453de977b20818e62.zip
app-office/libreoffice: Fix build with poppler-0.71, poppler-0.72
Bug: https://bugs.gentoo.org/670692 Package-Manager: Portage-2.3.54, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-office/libreoffice/libreoffice-6.2.9999.ebuild')
-rw-r--r--app-office/libreoffice/libreoffice-6.2.9999.ebuild9
1 files changed, 8 insertions, 1 deletions
diff --git a/app-office/libreoffice/libreoffice-6.2.9999.ebuild b/app-office/libreoffice/libreoffice-6.2.9999.ebuild
index b75bd717a250..f50c9dc30712 100644
--- a/app-office/libreoffice/libreoffice-6.2.9999.ebuild
+++ b/app-office/libreoffice/libreoffice-6.2.9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -251,6 +251,13 @@ PATCHES=(
"${FILESDIR}/${PN}-5.4-system-pyuno.patch"
"${FILESDIR}/${PN}-5.3.4.2-kioclient5.patch"
"${FILESDIR}/${PN}-6.1-nomancompress.patch"
+
+ # master branch
+ "${FILESDIR}/${PN}-6.2.0.1-poppler-0.71-1.patch"
+ "${FILESDIR}/${PN}-6.2.0.1-poppler-0.71-2.patch"
+
+ # pending upstream
+ "${FILESDIR}/${PN}-6.2.0.1-poppler-0.72.patch"
)
S="${WORKDIR}/${PN}-${MY_PV}"