From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 7C3061584AD for ; Sat, 03 May 2025 08:40:37 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 6373D342FAA for ; Sat, 03 May 2025 08:40:37 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 67163110287; Sat, 03 May 2025 08:40:36 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 5D00D110287 for ; Sat, 03 May 2025 08:40:36 +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 15AED342FAA for ; Sat, 03 May 2025 08:40:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 65F14F18 for ; Sat, 03 May 2025 08:40:34 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1746261578.c43bd04c10b2edc2b5f5fc3490a6631c3150b74d.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtwebengine/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-qt/qtwebengine/qtwebengine-6.8.3.ebuild dev-qt/qtwebengine/qtwebengine-6.9.0-r1.ebuild dev-qt/qtwebengine/qtwebengine-6.9.9999.ebuild dev-qt/qtwebengine/qtwebengine-6.9999.ebuild X-VCS-Directories: dev-qt/qtwebengine/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: c43bd04c10b2edc2b5f5fc3490a6631c3150b74d X-VCS-Branch: master Date: Sat, 03 May 2025 08:40:34 +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: f04e1814-a117-4aa6-8af9-3c9b7a651814 X-Archives-Hash: cac2c280dcfefdb970c5a5309639460f commit: c43bd04c10b2edc2b5f5fc3490a6631c3150b74d Author: Ionen Wolkens gentoo org> AuthorDate: Sat May 3 08:36:54 2025 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Sat May 3 08:39:38 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c43bd04c dev-qt/qtwebengine: depend on sys-libs/queue-standalone if musl Closes: https://bugs.gentoo.org/955345 Signed-off-by: Ionen Wolkens gentoo.org> dev-qt/qtwebengine/qtwebengine-6.8.3.ebuild | 3 ++- dev-qt/qtwebengine/qtwebengine-6.9.0-r1.ebuild | 3 ++- dev-qt/qtwebengine/qtwebengine-6.9.9999.ebuild | 3 ++- dev-qt/qtwebengine/qtwebengine-6.9999.ebuild | 3 ++- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/dev-qt/qtwebengine/qtwebengine-6.8.3.ebuild b/dev-qt/qtwebengine/qtwebengine-6.8.3.ebuild index 66b6de0757c6..6cc8b7400fdf 100644 --- a/dev-qt/qtwebengine/qtwebengine-6.8.3.ebuild +++ b/dev-qt/qtwebengine/qtwebengine-6.8.3.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..13} ) PYTHON_REQ_USE="xml(+)" inherit check-reqs flag-o-matic multiprocessing optfeature inherit prefix python-any-r1 qt6-build toolchain-funcs @@ -88,6 +88,7 @@ DEPEND=" x11-libs/libXcursor x11-libs/libXi x11-libs/libxshmfence + elibc_musl? ( sys-libs/queue-standalone ) opengl? ( media-libs/libglvnd[X] ) screencast? ( media-libs/libepoxy[egl(+)] ) test? ( diff --git a/dev-qt/qtwebengine/qtwebengine-6.9.0-r1.ebuild b/dev-qt/qtwebengine/qtwebengine-6.9.0-r1.ebuild index 85e7418141b3..a9a10c6c4599 100644 --- a/dev-qt/qtwebengine/qtwebengine-6.9.0-r1.ebuild +++ b/dev-qt/qtwebengine/qtwebengine-6.9.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..13} ) PYTHON_REQ_USE="xml(+)" inherit check-reqs flag-o-matic multiprocessing optfeature inherit prefix python-any-r1 qt6-build toolchain-funcs @@ -89,6 +89,7 @@ DEPEND=" x11-libs/libXcursor x11-libs/libXi x11-libs/libxshmfence + elibc_musl? ( sys-libs/queue-standalone ) screencast? ( media-libs/libepoxy[egl(+)] ) vaapi? ( vulkan? ( dev-util/vulkan-headers ) diff --git a/dev-qt/qtwebengine/qtwebengine-6.9.9999.ebuild b/dev-qt/qtwebengine/qtwebengine-6.9.9999.ebuild index b6a282fa2323..333a4e18d5bd 100644 --- a/dev-qt/qtwebengine/qtwebengine-6.9.9999.ebuild +++ b/dev-qt/qtwebengine/qtwebengine-6.9.9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..13} ) PYTHON_REQ_USE="xml(+)" inherit check-reqs flag-o-matic multiprocessing optfeature inherit prefix python-any-r1 qt6-build toolchain-funcs @@ -89,6 +89,7 @@ DEPEND=" x11-libs/libXcursor x11-libs/libXi x11-libs/libxshmfence + elibc_musl? ( sys-libs/queue-standalone ) screencast? ( media-libs/libepoxy[egl(+)] ) vaapi? ( vulkan? ( dev-util/vulkan-headers ) diff --git a/dev-qt/qtwebengine/qtwebengine-6.9999.ebuild b/dev-qt/qtwebengine/qtwebengine-6.9999.ebuild index b8b73d7ef1e9..017a1ee0693d 100644 --- a/dev-qt/qtwebengine/qtwebengine-6.9999.ebuild +++ b/dev-qt/qtwebengine/qtwebengine-6.9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..13} ) PYTHON_REQ_USE="xml(+)" inherit check-reqs flag-o-matic multiprocessing optfeature inherit prefix python-any-r1 qt6-build toolchain-funcs @@ -89,6 +89,7 @@ DEPEND=" x11-libs/libXcursor x11-libs/libXi x11-libs/libxshmfence + elibc_musl? ( sys-libs/queue-standalone ) screencast? ( media-libs/libepoxy[egl(+)] ) vaapi? ( vulkan? ( dev-util/vulkan-headers )