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 1E6A71382C5 for ; Sat, 12 Jun 2021 16:50:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 70D02E070D; Sat, 12 Jun 2021 16:50:18 +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 53834E070D for ; Sat, 12 Jun 2021 16:50:18 +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 C2A11335D82 for ; Sat, 12 Jun 2021 16:50:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EEF34796 for ; Sat, 12 Jun 2021 16:50:14 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1623516609.ca81b7077fe6686aa2d00b9c61854b496e205628.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/poppler/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/poppler/poppler-21.06.1.ebuild app-text/poppler/poppler-9999.ebuild X-VCS-Directories: app-text/poppler/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: ca81b7077fe6686aa2d00b9c61854b496e205628 X-VCS-Branch: master Date: Sat, 12 Jun 2021 16:50:14 +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: bb9ac2dc-c8fd-471f-a65f-5466e6bd9747 X-Archives-Hash: 1a55f1e4bafd68effca07f645f92be15 commit: ca81b7077fe6686aa2d00b9c61854b496e205628 Author: Lars Wendler gentoo org> AuthorDate: Sat Jun 12 16:49:55 2021 +0000 Commit: Lars Wendler gentoo org> CommitDate: Sat Jun 12 16:50:09 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca81b707 app-text/poppler: Added dev-libs/boost to BDEPEND Signed-off-by: Lars Wendler gentoo.org> app-text/poppler/poppler-21.06.1.ebuild | 3 +++ app-text/poppler/poppler-9999.ebuild | 3 +++ 2 files changed, 6 insertions(+) diff --git a/app-text/poppler/poppler-21.06.1.ebuild b/app-text/poppler/poppler-21.06.1.ebuild index bdadd293aed..d635ec8b9d3 100644 --- a/app-text/poppler/poppler-21.06.1.ebuild +++ b/app-text/poppler/poppler-21.06.1.ebuild @@ -25,6 +25,7 @@ IUSE="cairo cjk curl +cxx debug doc +introspection +jpeg +jpeg2k +lcms nss png q RESTRICT="test" BDEPEND=" + dev-libs/boost dev-util/glib-utils virtual/pkgconfig " @@ -87,6 +88,8 @@ src_configure() { -DBUILD_CPP_TESTS=OFF -DBUILD_MANUAL_TESTS=OFF -DRUN_GPERF_IF_PRESENT=OFF + # Required for SPLASH + -DENABLE_BOOST=ON -DENABLE_SPLASH=ON -DENABLE_ZLIB=ON -DENABLE_ZLIB_UNCOMPRESS=OFF diff --git a/app-text/poppler/poppler-9999.ebuild b/app-text/poppler/poppler-9999.ebuild index bdadd293aed..d635ec8b9d3 100644 --- a/app-text/poppler/poppler-9999.ebuild +++ b/app-text/poppler/poppler-9999.ebuild @@ -25,6 +25,7 @@ IUSE="cairo cjk curl +cxx debug doc +introspection +jpeg +jpeg2k +lcms nss png q RESTRICT="test" BDEPEND=" + dev-libs/boost dev-util/glib-utils virtual/pkgconfig " @@ -87,6 +88,8 @@ src_configure() { -DBUILD_CPP_TESTS=OFF -DBUILD_MANUAL_TESTS=OFF -DRUN_GPERF_IF_PRESENT=OFF + # Required for SPLASH + -DENABLE_BOOST=ON -DENABLE_SPLASH=ON -DENABLE_ZLIB=ON -DENABLE_ZLIB_UNCOMPRESS=OFF