diff options
author | Sam James <sam@gentoo.org> | 2022-05-09 20:17:36 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-05-09 20:17:58 +0000 |
commit | fd4432e14c37a4f5a828d5a0aa4c5193326ed535 (patch) | |
tree | 5c1adbe4c3367bd75f02b12fc5afbf6d375ec3fc /app-office | |
parent | app-portage/portpeek: update HOMEPAGE, SRC_URI to github hosting (diff) | |
download | gentoo-fd4432e14c37a4f5a828d5a0aa4c5193326ed535.tar.gz gentoo-fd4432e14c37a4f5a828d5a0aa4c5193326ed535.tar.bz2 gentoo-fd4432e14c37a4f5a828d5a0aa4c5193326ed535.zip |
app-office/libreoffice: ... uncomment patch
Thanks asturm. And I'll keyword this shortly.
Bug: https://bugs.gentoo.org/843311
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/libreoffice/libreoffice-7.3.3.2-r2.ebuild (renamed from app-office/libreoffice/libreoffice-7.3.3.2-r1.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-office/libreoffice/libreoffice-7.3.3.2-r1.ebuild b/app-office/libreoffice/libreoffice-7.3.3.2-r2.ebuild index 129fac1b9644..f229dff9382b 100644 --- a/app-office/libreoffice/libreoffice-7.3.3.2-r1.ebuild +++ b/app-office/libreoffice/libreoffice-7.3.3.2-r2.ebuild @@ -302,7 +302,7 @@ PATCHES=( # TODO: upstream "${FILESDIR}/${PN}-7.2.6.2-poppler-22.03.0.patch" # by Archlinux "${FILESDIR}/${PN}-7.3.3.2-Import-FreeBSD-patch-for-Poppler-22.04.0-build.patch" # from FreeBSD - #"${FILESDIR}/${PN}-7.3.3.2-Add-missing-nSize-set-for-Poppler-22.04.0.patch" # fixup for FreeBSD patch + "${FILESDIR}/${PN}-7.3.3.2-Add-missing-nSize-set-for-Poppler-22.04.0.patch" # fixup for FreeBSD patch ) S="${WORKDIR}/${PN}-${MY_PV}" |