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 EA93113835A for ; Sun, 8 Nov 2020 08:45:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4B317E087B; Sun, 8 Nov 2020 08:45:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 326B5E087B for ; Sun, 8 Nov 2020 08:45:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 41D0F335D6F for ; Sun, 8 Nov 2020 08:45:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EA70A43B for ; Sun, 8 Nov 2020 08:45:07 +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: <1604825097.7c65a378db49480d81bbeae7ccf2f31676b52931.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/libreoffice/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/libreoffice/files/libreoffice-7.0.3.1-fix-non-pdfium-build.patch X-VCS-Directories: app-office/libreoffice/files/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 7c65a378db49480d81bbeae7ccf2f31676b52931 X-VCS-Branch: master Date: Sun, 8 Nov 2020 08:45:07 +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: a6caf87b-2c7b-459e-bdcf-3f5b759919ae X-Archives-Hash: aeca9aa246ac38926b0a9b51cd21e0d1 commit: 7c65a378db49480d81bbeae7ccf2f31676b52931 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Nov 8 08:43:21 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Nov 8 08:44:57 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c65a378 app-office/libreoffice: remove unused patch Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Michael Mair-Keimberger gmail.com> Closes: https://github.com/gentoo/gentoo/pull/18152 Signed-off-by: Andreas Sturmlechner gentoo.org> .../libreoffice-7.0.3.1-fix-non-pdfium-build.patch | 29 ---------------------- 1 file changed, 29 deletions(-) diff --git a/app-office/libreoffice/files/libreoffice-7.0.3.1-fix-non-pdfium-build.patch b/app-office/libreoffice/files/libreoffice-7.0.3.1-fix-non-pdfium-build.patch deleted file mode 100644 index 0361cd4c483..00000000000 --- a/app-office/libreoffice/files/libreoffice-7.0.3.1-fix-non-pdfium-build.patch +++ /dev/null @@ -1,29 +0,0 @@ -From 5f3f17a9c64e33fb787a79dc94d902147da77d71 Mon Sep 17 00:00:00 2001 -From: Noel Grandin -Date: Sat, 19 Sep 2020 20:38:29 +0200 -Subject: fix non-pdfium build - -Change-Id: Ic1e30a412927748ba58a21cf2ee922cd1a490aa4 -Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103040 -Tested-by: Jenkins -Reviewed-by: Noel Grandin ---- - vcl/source/filter/ipdf/pdfread.cxx | 2 +- - xmlsecurity/source/pdfio/pdfdocument.cxx | 12 +++++++----- - 2 files changed, 8 insertions(+), 6 deletions(-) - -diff --git a/vcl/source/filter/ipdf/pdfread.cxx b/vcl/source/filter/ipdf/pdfread.cxx -index 39c2933be8d5..a9b079a75bc3 100644 ---- a/vcl/source/filter/ipdf/pdfread.cxx -+++ b/vcl/source/filter/ipdf/pdfread.cxx -@@ -220,7 +220,7 @@ size_t RenderPDFBitmaps(const void* pBuffer, int nSize, std::vector& rBi - (void)rBitmaps; - (void)nFirstPage; - (void)nPages; -- (void)fResolutionDPI; -+ (void)pSizeHint; - return 0; - #endif // HAVE_FEATURE_PDFIUM - } --- -cgit v1.2.1