Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/poppler/
Date: Fri, 30 Aug 2019 17:07:36
Message-Id: 1567184832.003c05e5f99786d3eb82c64a7189a03825f2efdc.polynomial-c@gentoo
1 commit: 003c05e5f99786d3eb82c64a7189a03825f2efdc
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 30 17:07:12 2019 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 30 17:07:12 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=003c05e5
7
8 app-text/poppler: Removed unused CMake variable
9
10 Closes: https://bugs.gentoo.org/693138
11 Package-Manager: Portage-2.3.73, Repoman-2.3.17
12 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
13
14 app-text/poppler/poppler-0.80.0.ebuild | 1 -
15 app-text/poppler/poppler-9999.ebuild | 1 -
16 2 files changed, 2 deletions(-)
17
18 diff --git a/app-text/poppler/poppler-0.80.0.ebuild b/app-text/poppler/poppler-0.80.0.ebuild
19 index 44c544ebd76..e11942716aa 100644
20 --- a/app-text/poppler/poppler-0.80.0.ebuild
21 +++ b/app-text/poppler/poppler-0.80.0.ebuild
22 @@ -95,7 +95,6 @@ src_configure() {
23 -DENABLE_ZLIB_UNCOMPRESS=OFF
24 -DENABLE_UNSTABLE_API_ABI_HEADERS=ON
25 -DSPLASH_CMYK=OFF
26 - -DUSE_FIXEDPOINT=OFF
27 -DUSE_FLOAT=OFF
28 -DWITH_Cairo=$(usex cairo)
29 -DENABLE_LIBCURL=$(usex curl)
30
31 diff --git a/app-text/poppler/poppler-9999.ebuild b/app-text/poppler/poppler-9999.ebuild
32 index 44c544ebd76..e11942716aa 100644
33 --- a/app-text/poppler/poppler-9999.ebuild
34 +++ b/app-text/poppler/poppler-9999.ebuild
35 @@ -95,7 +95,6 @@ src_configure() {
36 -DENABLE_ZLIB_UNCOMPRESS=OFF
37 -DENABLE_UNSTABLE_API_ABI_HEADERS=ON
38 -DSPLASH_CMYK=OFF
39 - -DUSE_FIXEDPOINT=OFF
40 -DUSE_FLOAT=OFF
41 -DWITH_Cairo=$(usex cairo)
42 -DENABLE_LIBCURL=$(usex curl)