commit: 05094f14e3b86dfebe0758eb8dd90a419539267f
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 12 12:31:05 2020 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Sun Jul 12 12:35:08 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05094f14
app-text/poppler: Disable qt6 support for now
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
app-text/poppler/poppler-0.90.1.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/app-text/poppler/poppler-0.90.1.ebuild
b/app-text/poppler/poppler-0.90.1.ebuild
index 7c34ec504ee..41cf49269b7 100644
--- a/app-text/poppler/poppler-0.90.1.ebuild
+++ b/app-text/poppler/poppler-0.90.1.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) )