diff options
author | 2021-05-04 15:56:22 +0200 | |
---|---|---|
committer | 2021-05-05 00:56:45 +0200 | |
commit | c2a730f63017e36333a84e06fd3f78704aa8ace7 (patch) | |
tree | ed3661994c1c613568f637c297408d96abe8e3ed /app-text/poppler | |
parent | profiles: Mask ~app-text/poppler-21.05.0, ~app-office/libreoffice-7.1.3.2 (diff) | |
download | gentoo-c2a730f63017e36333a84e06fd3f78704aa8ace7.tar.gz gentoo-c2a730f63017e36333a84e06fd3f78704aa8ace7.tar.bz2 gentoo-c2a730f63017e36333a84e06fd3f78704aa8ace7.zip |
app-text/poppler: Bump subslot, set BUILD_MANUAL_TESTS=OFF
Bug: https://bugs.gentoo.org/788232
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-text/poppler')
-rw-r--r-- | app-text/poppler/poppler-9999.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-text/poppler/poppler-9999.ebuild b/app-text/poppler/poppler-9999.ebuild index e3bf1e313d86..e66369be54d3 100644 --- a/app-text/poppler/poppler-9999.ebuild +++ b/app-text/poppler/poppler-9999.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == *9999* ]] ; then else SRC_URI="https://poppler.freedesktop.org/${P}.tar.xz" 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" - SLOT="0/109" # CHECK THIS WHEN BUMPING!!! SUBSLOT IS libpoppler.so SOVERSION + SLOT="0/110" # CHECK THIS WHEN BUMPING!!! SUBSLOT IS libpoppler.so SOVERSION fi DESCRIPTION="PDF rendering library based on the xpdf-3.0 code base" @@ -85,6 +85,7 @@ src_configure() { -DBUILD_GTK_TESTS=OFF -DBUILD_QT5_TESTS=OFF -DBUILD_CPP_TESTS=OFF + -DBUILD_MANUAL_TESTS=OFF -DRUN_GPERF_IF_PRESENT=OFF -DENABLE_SPLASH=ON -DENABLE_ZLIB=ON |