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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0EC47158B20 for ; Tue, 04 Feb 2025 08:44:36 +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 E9DBD342FDA for ; Tue, 04 Feb 2025 08:44:35 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id E10421102A2; Tue, 04 Feb 2025 08:44:34 +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) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id D48481102A2 for ; Tue, 04 Feb 2025 08:44:34 +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 82328342F9E for ; Tue, 04 Feb 2025 08:44:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8DCD511D5 for ; Tue, 04 Feb 2025 08:44:32 +0000 (UTC) From: "Nowa 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, "Nowa Ammerlaan" Message-ID: <1738658660.b415d480e6ac322ec4dc4776e0598986f8a558fa.nowa@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyside/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyside/pyside-6.8.2.ebuild X-VCS-Directories: dev-python/pyside/ X-VCS-Committer: nowa X-VCS-Committer-Name: Nowa Ammerlaan X-VCS-Revision: b415d480e6ac322ec4dc4776e0598986f8a558fa X-VCS-Branch: master Date: Tue, 04 Feb 2025 08:44:32 +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: 9a4053ac-c453-4402-a653-d7366d35a54c X-Archives-Hash: 569ab7cb7b2f0fe96d1e73d294cbdc9b commit: b415d480e6ac322ec4dc4776e0598986f8a558fa Author: Nowa Ammerlaan gentoo org> AuthorDate: Tue Feb 4 08:44:20 2025 +0000 Commit: Nowa Ammerlaan gentoo org> CommitDate: Tue Feb 4 08:44:20 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b415d480 add minor missing dep Signed-off-by: Nowa Ammerlaan gentoo.org> dev-python/pyside/pyside-6.8.2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/pyside/pyside-6.8.2.ebuild b/dev-python/pyside/pyside-6.8.2.ebuild index 6a450ecd3f00..b7da42527ea3 100644 --- a/dev-python/pyside/pyside-6.8.2.ebuild +++ b/dev-python/pyside/pyside-6.8.2.ebuild @@ -158,6 +158,7 @@ RDEPEND=" =dev-qt/qtbase-${QT_PV} =dev-qt/qtdeclarative-${QT_PV}[qmlls] =dev-qt/qttools-${QT_PV}[assistant,designer,linguist] + dev-python/pkginfo[${PYTHON_USEDEP}] ) uitools? ( =dev-qt/qttools-${QT_PV}[gles2-only=,widgets] ) webchannel? ( =dev-qt/qtwebchannel-${QT_PV} )