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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 286EA1581C1 for ; Fri, 12 Jul 2024 15:20:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 70E932BC035; Fri, 12 Jul 2024 15:20:32 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 464362BC035 for ; Fri, 12 Jul 2024 15:20:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 36FDF33BE26 for ; Fri, 12 Jul 2024 15:20:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8E2811BD7 for ; Fri, 12 Jul 2024 15:20:29 +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: <1720797592.5bb4bfb222c72dcecc60b734db952c9870dde84e.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.14.9999.ebuild X-VCS-Directories: dev-qt/qtwebengine/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 5bb4bfb222c72dcecc60b734db952c9870dde84e X-VCS-Branch: master Date: Fri, 12 Jul 2024 15:20:29 +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: 66c37a80-dcb4-42d9-a550-dd14b3737cc4 X-Archives-Hash: 33956106c450df7918b2161b9693cd94 commit: 5bb4bfb222c72dcecc60b734db952c9870dde84e Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri May 31 06:11:16 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Jul 12 15:19:52 2024 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=5bb4bfb2 dev-qt/qtwebengine: Add missing python_check_deps() Bug: https://bugs.gentoo.org/931970 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-qt/qtwebengine/qtwebengine-5.15.14.9999.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dev-qt/qtwebengine/qtwebengine-5.15.14.9999.ebuild b/dev-qt/qtwebengine/qtwebengine-5.15.14.9999.ebuild index b589d62e..0823ad43 100644 --- a/dev-qt/qtwebengine/qtwebengine-5.15.14.9999.ebuild +++ b/dev-qt/qtwebengine/qtwebengine-5.15.14.9999.ebuild @@ -101,6 +101,10 @@ BDEPEND="${PYTHON_DEPS} PATCHES=( "${WORKDIR}/${PATCHSET}" ) +python_check_deps() { + python_has_version "dev-python/html5lib[${PYTHON_USEDEP}]" +} + qtwebengine_check-reqs() { # bug #307861 eshopts_push -s extglob