Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/libreoffice/
Date: Mon, 09 May 2022 20:18:41
Message-Id: 1652127478.fd4432e14c37a4f5a828d5a0aa4c5193326ed535.sam@gentoo
1 commit: fd4432e14c37a4f5a828d5a0aa4c5193326ed535
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 9 20:17:36 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon May 9 20:17:58 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd4432e1
7
8 app-office/libreoffice: ... uncomment patch
9
10 Thanks asturm. And I'll keyword this shortly.
11
12 Bug: https://bugs.gentoo.org/843311
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 .../{libreoffice-7.3.3.2-r1.ebuild => libreoffice-7.3.3.2-r2.ebuild} | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/app-office/libreoffice/libreoffice-7.3.3.2-r1.ebuild b/app-office/libreoffice/libreoffice-7.3.3.2-r2.ebuild
19 similarity index 99%
20 rename from app-office/libreoffice/libreoffice-7.3.3.2-r1.ebuild
21 rename to app-office/libreoffice/libreoffice-7.3.3.2-r2.ebuild
22 index 129fac1b9644..f229dff9382b 100644
23 --- a/app-office/libreoffice/libreoffice-7.3.3.2-r1.ebuild
24 +++ b/app-office/libreoffice/libreoffice-7.3.3.2-r2.ebuild
25 @@ -302,7 +302,7 @@ PATCHES=(
26 # TODO: upstream
27 "${FILESDIR}/${PN}-7.2.6.2-poppler-22.03.0.patch" # by Archlinux
28 "${FILESDIR}/${PN}-7.3.3.2-Import-FreeBSD-patch-for-Poppler-22.04.0-build.patch" # from FreeBSD
29 - #"${FILESDIR}/${PN}-7.3.3.2-Add-missing-nSize-set-for-Poppler-22.04.0.patch" # fixup for FreeBSD patch
30 + "${FILESDIR}/${PN}-7.3.3.2-Add-missing-nSize-set-for-Poppler-22.04.0.patch" # fixup for FreeBSD patch
31 )
32
33 S="${WORKDIR}/${PN}-${MY_PV}"