summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-07-06 15:25:05 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-07-06 16:21:55 +0200
commit96b2ba2dc589e73c9c0b771b6492cb51b185da4b (patch)
tree51c11b401e58d51d341d70cbe30bab7dd4211010 /app-text
parentprofiles/features/wd40: Mask pydantic & revdeps (diff)
downloadgentoo-96b2ba2dc589e73c9c0b771b6492cb51b185da4b.tar.gz
gentoo-96b2ba2dc589e73c9c0b771b6492cb51b185da4b.tar.bz2
gentoo-96b2ba2dc589e73c9c0b771b6492cb51b185da4b.zip
app-text/poppler: bump subslot, drop obsolete cmake arg
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r--app-text/poppler/poppler-9999.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/app-text/poppler/poppler-9999.ebuild b/app-text/poppler/poppler-9999.ebuild
index 51de39add3e1..961fa2f86c19 100644
--- a/app-text/poppler/poppler-9999.ebuild
+++ b/app-text/poppler/poppler-9999.ebuild
@@ -18,7 +18,7 @@ else
SRC_URI+=" test? ( https://gitlab.freedesktop.org/poppler/test/-/archive/${TEST_COMMIT}/test-${TEST_COMMIT}.tar.bz2 -> ${PN}-test-${TEST_COMMIT}.tar.bz2 )"
SRC_URI+=" verify-sig? ( https://poppler.freedesktop.org/${P}.tar.xz.sig )"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
- SLOT="0/129" # CHECK THIS WHEN BUMPING!!! SUBSLOT IS libpoppler.so SOVERSION
+ SLOT="0/130" # CHECK THIS WHEN BUMPING!!! SUBSLOT IS libpoppler.so SOVERSION
fi
DESCRIPTION="PDF rendering library based on the xpdf-3.0 code base"
@@ -114,7 +114,6 @@ src_configure() {
-DTESTDATADIR="${WORKDIR}"/test-${TEST_COMMIT}
-DRUN_GPERF_IF_PRESENT=OFF
-DENABLE_BOOST="$(usex boost)"
- -DENABLE_ZLIB=ON
-DENABLE_ZLIB_UNCOMPRESS=OFF
-DENABLE_UNSTABLE_API_ABI_HEADERS=ON
-DUSE_FLOAT=OFF