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 3328E1581D3 for ; Fri, 31 May 2024 06:12:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 128CBE2A0A; Fri, 31 May 2024 06:12:29 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EB28AE2A0A for ; Fri, 31 May 2024 06:12:28 +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 0AD5E34300C for ; Fri, 31 May 2024 06:12:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3DCD61B43 for ; Fri, 31 May 2024 06:12:26 +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: <1717135934.5f7f0fb0b879df3ba83421f5132f3e320a3bd960.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtwebengine/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-qt/qtwebengine/qtwebengine-5.15.14_p20240510.ebuild X-VCS-Directories: dev-qt/qtwebengine/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 5f7f0fb0b879df3ba83421f5132f3e320a3bd960 X-VCS-Branch: master Date: Fri, 31 May 2024 06:12:26 +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: 1714d957-5479-48d2-92b1-6bd70a87735a X-Archives-Hash: 0a3fc919dc7e7d71162a792ea281aee7 commit: 5f7f0fb0b879df3ba83421f5132f3e320a3bd960 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri May 31 06:11:16 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri May 31 06:12:14 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f7f0fb0 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_p20240510.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dev-qt/qtwebengine/qtwebengine-5.15.14_p20240510.ebuild b/dev-qt/qtwebengine/qtwebengine-5.15.14_p20240510.ebuild index a539a220cd4f..b0b63fe726c9 100644 --- a/dev-qt/qtwebengine/qtwebengine-5.15.14_p20240510.ebuild +++ b/dev-qt/qtwebengine/qtwebengine-5.15.14_p20240510.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