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 C8142138334 for ; Wed, 16 Jan 2019 16:30:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D1126E0B4C; Wed, 16 Jan 2019 16:30:26 +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 A6F74E0B4C for ; Wed, 16 Jan 2019 16:30:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 0998C335D20 for ; Wed, 16 Jan 2019 16:30:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DA0EC514 for ; Wed, 16 Jan 2019 16:30:21 +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: <1547655785.8b8159552149ecfff420bb0ba86d5474096ae785.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-6.2.0.2-poppler-0.73.patch X-VCS-Directories: app-office/libreoffice/files/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 8b8159552149ecfff420bb0ba86d5474096ae785 X-VCS-Branch: master Date: Wed, 16 Jan 2019 16:30:21 +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: 32a7a0b2-9872-419a-8e0d-0d3190dc2b59 X-Archives-Hash: f54a35c4475973338346ef2bffebbb71 commit: 8b8159552149ecfff420bb0ba86d5474096ae785 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Jan 16 16:23:05 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Jan 16 16:23:05 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b815955 app-office/libreoffice: Fix build with gentoo.org> app-office/libreoffice/files/libreoffice-6.2.0.2-poppler-0.73.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-office/libreoffice/files/libreoffice-6.2.0.2-poppler-0.73.patch b/app-office/libreoffice/files/libreoffice-6.2.0.2-poppler-0.73.patch index eb6d597c195..fb9112bc398 100644 --- a/app-office/libreoffice/files/libreoffice-6.2.0.2-poppler-0.73.patch +++ b/app-office/libreoffice/files/libreoffice-6.2.0.2-poppler-0.73.patch @@ -59,7 +59,7 @@ index da021a2a..443e757 100644 typedef std::vector< Output_t > OutputBuffer; +#if !POPPLER_CHECK_VERSION(0, 73, 0) -+static_assert(std::is_same_v, "unexpected typedef"); ++static_assert(std::is_same::value, "unexpected typedef"); +#endif + #endif // INCLUDED_SDEXT_SOURCE_PDFIMPORT_XPDFWRAPPER_PDFIOUTDEV_GPL_HXX