summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2020-07-12 14:32:12 +0200
committerLars Wendler <polynomial-c@gentoo.org>2020-07-12 14:35:08 +0200
commit3573dbd472190d9f7fe8c68901198b70f2ceb31a (patch)
tree585c38292f73f51c2cf142985d509ecf20526493 /app-text
parentapp-text/poppler: Disable qt6 support for now (diff)
downloadgentoo-3573dbd472190d9f7fe8c68901198b70f2ceb31a.tar.gz
gentoo-3573dbd472190d9f7fe8c68901198b70f2ceb31a.tar.bz2
gentoo-3573dbd472190d9f7fe8c68901198b70f2ceb31a.zip
app-text/poppler: Synced live ebuild
Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r--app-text/poppler/poppler-9999.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/app-text/poppler/poppler-9999.ebuild b/app-text/poppler/poppler-9999.ebuild
index 7c34ec504ee9..41cf49269b78 100644
--- a/app-text/poppler/poppler-9999.ebuild
+++ b/app-text/poppler/poppler-9999.ebuild
@@ -105,6 +105,7 @@ src_configure() {
$(cmake_use_find_package qt5 Qt5Core)
-DWITH_TIFF=$(usex tiff)
-DENABLE_UTILS=$(usex utils)
+ -DENABLE_QT6=OFF
)
use cairo && mycmakeargs+=( -DWITH_GObjectIntrospection=$(usex introspection) )