From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 70EFC138359 for ; Sun, 12 Jul 2020 12:35:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BC202E041F; Sun, 12 Jul 2020 12:35:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A3E62E01B5 for ; Sun, 12 Jul 2020 12:35:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B420E34F395 for ; Sun, 12 Jul 2020 12:35:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 64701274 for ; Sun, 12 Jul 2020 12:35:11 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1594557308.05094f14e3b86dfebe0758eb8dd90a419539267f.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/poppler/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/poppler/poppler-0.90.1.ebuild X-VCS-Directories: app-text/poppler/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 05094f14e3b86dfebe0758eb8dd90a419539267f X-VCS-Branch: master Date: Sun, 12 Jul 2020 12:35:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ef7996b7-2249-4200-bd2b-496a28b6f45b X-Archives-Hash: c57e04f3e181a27bfac4d24b66c8b910 commit: 05094f14e3b86dfebe0758eb8dd90a419539267f Author: Lars Wendler gentoo org> AuthorDate: Sun Jul 12 12:31:05 2020 +0000 Commit: Lars Wendler gentoo 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 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) )