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 BA5A7158089 for ; Fri, 6 Oct 2023 07:43:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BFEE02BC0AB; Fri, 6 Oct 2023 07:43:29 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 AA1512BC0AB for ; Fri, 6 Oct 2023 07:43:29 +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 855F1335C7A for ; Fri, 6 Oct 2023 07:43:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0928A9C8 for ; Fri, 6 Oct 2023 07:43:27 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1696578194.ae616fe5468c13a14d8078ffa01b707bafc1a63a.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyside6/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyside6/pyside6-6.5.2-r2.ebuild dev-python/pyside6/pyside6-6.5.2-r3.ebuild X-VCS-Directories: dev-python/pyside6/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: ae616fe5468c13a14d8078ffa01b707bafc1a63a X-VCS-Branch: master Date: Fri, 6 Oct 2023 07:43:27 +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: fad81b4c-d4b3-477c-b142-895a2d7f25cb X-Archives-Hash: 52eca0fb8e6377947f362bb0b10faa30 commit: ae616fe5468c13a14d8078ffa01b707bafc1a63a Author: Andrew Ammerlaan gentoo org> AuthorDate: Fri Oct 6 07:07:09 2023 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Fri Oct 6 07:43:14 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae616fe5 dev-python/pyside6: depend on qtwebengine with either alsa or pulseaudio Bug: https://bugs.gentoo.org/913712 Signed-off-by: Andrew Ammerlaan gentoo.org> .../pyside6/{pyside6-6.5.2-r2.ebuild => pyside6-6.5.2-r3.ebuild} | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dev-python/pyside6/pyside6-6.5.2-r2.ebuild b/dev-python/pyside6/pyside6-6.5.2-r3.ebuild similarity index 98% rename from dev-python/pyside6/pyside6-6.5.2-r2.ebuild rename to dev-python/pyside6/pyside6-6.5.2-r3.ebuild index 5d11103e1115..876632c3a7b8 100644 --- a/dev-python/pyside6/pyside6-6.5.2-r2.ebuild +++ b/dev-python/pyside6/pyside6-6.5.2-r3.ebuild @@ -97,7 +97,11 @@ RDEPEND="${PYTHON_DEPS} svg? ( =dev-qt/qtsvg-${QT_PV} ) testlib? ( =dev-qt/qtbase-${QT_PV}[gui] ) webchannel? ( =dev-qt/qtwebchannel-${QT_PV} ) - webengine? ( =dev-qt/qtwebengine-${QT_PV}[widgets?] ) + webengine? ( || ( + =dev-qt/qtwebengine-${QT_PV}[alsa,widgets?] + =dev-qt/qtwebengine-${QT_PV}[pulseaudio,widgets?] + ) + ) websockets? ( =dev-qt/qtwebsockets-${QT_PV} ) " DEPEND="${RDEPEND}