Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/poppler/
Date: Tue, 04 May 2021 22:57:19
Message-Id: 1620169005.c2a730f63017e36333a84e06fd3f78704aa8ace7.asturm@gentoo
1 commit: c2a730f63017e36333a84e06fd3f78704aa8ace7
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 4 13:56:22 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue May 4 22:56:45 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2a730f6
7
8 app-text/poppler: Bump subslot, set BUILD_MANUAL_TESTS=OFF
9
10 Bug: https://bugs.gentoo.org/788232
11 Package-Manager: Portage-3.0.18, Repoman-3.0.3
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 app-text/poppler/poppler-9999.ebuild | 3 ++-
15 1 file changed, 2 insertions(+), 1 deletion(-)
16
17 diff --git a/app-text/poppler/poppler-9999.ebuild b/app-text/poppler/poppler-9999.ebuild
18 index e3bf1e313d8..e66369be54d 100644
19 --- a/app-text/poppler/poppler-9999.ebuild
20 +++ b/app-text/poppler/poppler-9999.ebuild
21 @@ -12,7 +12,7 @@ if [[ ${PV} == *9999* ]] ; then
22 else
23 SRC_URI="https://poppler.freedesktop.org/${P}.tar.xz"
24 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
25 - SLOT="0/109" # CHECK THIS WHEN BUMPING!!! SUBSLOT IS libpoppler.so SOVERSION
26 + SLOT="0/110" # CHECK THIS WHEN BUMPING!!! SUBSLOT IS libpoppler.so SOVERSION
27 fi
28
29 DESCRIPTION="PDF rendering library based on the xpdf-3.0 code base"
30 @@ -85,6 +85,7 @@ src_configure() {
31 -DBUILD_GTK_TESTS=OFF
32 -DBUILD_QT5_TESTS=OFF
33 -DBUILD_CPP_TESTS=OFF
34 + -DBUILD_MANUAL_TESTS=OFF
35 -DRUN_GPERF_IF_PRESENT=OFF
36 -DENABLE_SPLASH=ON
37 -DENABLE_ZLIB=ON