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 C31FC158086 for ; Sat, 16 Oct 2021 15:37:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1832FE0829; Sat, 16 Oct 2021 15:37:00 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C63B0E0829 for ; Sat, 16 Oct 2021 15:36:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7C23B342ED3 for ; Sat, 16 Oct 2021 15:36:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AB5EFE3 for ; Sat, 16 Oct 2021 15:36:56 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1634396876.99bc8c2be7464cd9538628b6e640202aa46fe393.asturm@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtwebengine/ X-VCS-Repository: proj/qt X-VCS-Files: dev-qt/qtwebengine/qtwebengine-5.15.2.9999.ebuild X-VCS-Directories: dev-qt/qtwebengine/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 99bc8c2be7464cd9538628b6e640202aa46fe393 X-VCS-Branch: master Date: Sat, 16 Oct 2021 15:36:56 +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: 6160cbe4-5c7e-4f9c-be0f-e2ec0f79bde8 X-Archives-Hash: 24da7e31aea8689e032983776c5a3d75 commit: 99bc8c2be7464cd9538628b6e640202aa46fe393 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Oct 16 15:07:56 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Oct 16 15:07:56 2021 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=99bc8c2b dev-qt/qtwebengine: Add missing PYTHON_REQ_USE="xml(+)" Reported-by: dE gmail.com> Bug: https://bugs.gentoo.org/818217 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-qt/qtwebengine/qtwebengine-5.15.2.9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-qt/qtwebengine/qtwebengine-5.15.2.9999.ebuild b/dev-qt/qtwebengine/qtwebengine-5.15.2.9999.ebuild index 21fe9769..fd971278 100644 --- a/dev-qt/qtwebengine/qtwebengine-5.15.2.9999.ebuild +++ b/dev-qt/qtwebengine/qtwebengine-5.15.2.9999.ebuild @@ -4,6 +4,7 @@ EAPI=8 PYTHON_COMPAT=( python2_7 ) +PYTHON_REQ_USE="xml(+)" inherit estack flag-o-matic multiprocessing python-any-r1 qt5-build DESCRIPTION="Library for rendering dynamic web content in Qt5 C++ and QML applications"