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 6F841138334 for ; Fri, 30 Aug 2019 17:07:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9A3C2E0848; Fri, 30 Aug 2019 17:07:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 84372E0848 for ; Fri, 30 Aug 2019 17:07:35 +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 90AA734A6EF for ; Fri, 30 Aug 2019 17:07:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 16C50471 for ; Fri, 30 Aug 2019 17:07:33 +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: <1567184832.003c05e5f99786d3eb82c64a7189a03825f2efdc.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-0.80.0.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: 003c05e5f99786d3eb82c64a7189a03825f2efdc X-VCS-Branch: master Date: Fri, 30 Aug 2019 17:07:33 +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: caf22362-6d61-4e52-98aa-c0204e8a7ddd X-Archives-Hash: 2c3a0c8e3ca450f7ba283da026cd77bb commit: 003c05e5f99786d3eb82c64a7189a03825f2efdc Author: Lars Wendler gentoo org> AuthorDate: Fri Aug 30 17:07:12 2019 +0000 Commit: Lars Wendler gentoo org> CommitDate: Fri Aug 30 17:07:12 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=003c05e5 app-text/poppler: Removed unused CMake variable Closes: https://bugs.gentoo.org/693138 Package-Manager: Portage-2.3.73, Repoman-2.3.17 Signed-off-by: Lars Wendler gentoo.org> app-text/poppler/poppler-0.80.0.ebuild | 1 - app-text/poppler/poppler-9999.ebuild | 1 - 2 files changed, 2 deletions(-) diff --git a/app-text/poppler/poppler-0.80.0.ebuild b/app-text/poppler/poppler-0.80.0.ebuild index 44c544ebd76..e11942716aa 100644 --- a/app-text/poppler/poppler-0.80.0.ebuild +++ b/app-text/poppler/poppler-0.80.0.ebuild @@ -95,7 +95,6 @@ src_configure() { -DENABLE_ZLIB_UNCOMPRESS=OFF -DENABLE_UNSTABLE_API_ABI_HEADERS=ON -DSPLASH_CMYK=OFF - -DUSE_FIXEDPOINT=OFF -DUSE_FLOAT=OFF -DWITH_Cairo=$(usex cairo) -DENABLE_LIBCURL=$(usex curl) diff --git a/app-text/poppler/poppler-9999.ebuild b/app-text/poppler/poppler-9999.ebuild index 44c544ebd76..e11942716aa 100644 --- a/app-text/poppler/poppler-9999.ebuild +++ b/app-text/poppler/poppler-9999.ebuild @@ -95,7 +95,6 @@ src_configure() { -DENABLE_ZLIB_UNCOMPRESS=OFF -DENABLE_UNSTABLE_API_ABI_HEADERS=ON -DSPLASH_CMYK=OFF - -DUSE_FIXEDPOINT=OFF -DUSE_FLOAT=OFF -DWITH_Cairo=$(usex cairo) -DENABLE_LIBCURL=$(usex curl)