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 25E3A1582EF for ; Thu, 13 Feb 2025 20:28:34 +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) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 09A063431A5 for ; Thu, 13 Feb 2025 20:28:34 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 073C811042D; Thu, 13 Feb 2025 20:28:33 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id F045411042D for ; Thu, 13 Feb 2025 20:28: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 A0E2E3431CA for ; Thu, 13 Feb 2025 20:28:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0E2DB26C6 for ; Thu, 13 Feb 2025 20:28:31 +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: <1739478478.b933036e16aa91aae1ef91150dd88a78d1be963a.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/qtpy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/qtpy/qtpy-2.4.2.ebuild X-VCS-Directories: dev-python/qtpy/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: b933036e16aa91aae1ef91150dd88a78d1be963a X-VCS-Branch: master Date: Thu, 13 Feb 2025 20:28:31 +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: adba2844-7a88-427a-8c60-82d7be53b629 X-Archives-Hash: 7748d0df9b820d9a8c53b4fd156a719e commit: b933036e16aa91aae1ef91150dd88a78d1be963a Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Feb 13 20:25:30 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Feb 13 20:27:58 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b933036e dev-python/qtpy: Avoid needless MissingUseDepDefault for masked pkg Signed-off-by: Andreas Sturmlechner gentoo.org> dev-python/qtpy/qtpy-2.4.2.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-python/qtpy/qtpy-2.4.2.ebuild b/dev-python/qtpy/qtpy-2.4.2.ebuild index c1a656c804e4..1abaea78d5d5 100644 --- a/dev-python/qtpy/qtpy-2.4.2.ebuild +++ b/dev-python/qtpy/qtpy-2.4.2.ebuild @@ -70,7 +70,7 @@ RDEPEND=" pyqt5? ( dev-python/pyqt5[${PYTHON_USEDEP}] dev-python/pyqt5[designer?,gui?,help?,multimedia?,network?,opengl?] - dev-python/pyqt5[positioning?,printsupport?,sensors?,serialport?,speech?,sql?,svg?] + dev-python/pyqt5[positioning(-)?,printsupport?,sensors(-)?,serialport?,speech?,sql?,svg?] dev-python/pyqt5[testlib?,webchannel?,websockets?,widgets?,xml(+)?] qml? ( dev-python/pyqt5[declarative] ) quick? ( dev-python/pyqt5[declarative] ) @@ -101,9 +101,9 @@ BDEPEND=" dev-python/pytest-qt[${PYTHON_USEDEP}] pyqt5? ( dev-python/pyqt5[${PYTHON_USEDEP}] - dev-python/pyqt5[dbus,declarative,designer,gui,help,location] - dev-python/pyqt5[multimedia,network,opengl,positioning,printsupport] - dev-python/pyqt5[sensors,serialport,speech(-),sql,svg,testlib,webchannel] + dev-python/pyqt5[dbus,declarative,designer,gui,help] + dev-python/pyqt5[multimedia,network,opengl,printsupport] + dev-python/pyqt5[serialport,speech(-),sql,svg,testlib,webchannel] dev-python/pyqt5[websockets,widgets,x11extras,xml(+),xmlpatterns] dev-python/pyqtwebengine[${PYTHON_USEDEP}] dev-qt/qtsql:5[sqlite]