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 28B301582EF for ; Wed, 26 Feb 2025 08:49:00 +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 102723432CB for ; Wed, 26 Feb 2025 08:49:00 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 9B481110480; Wed, 26 Feb 2025 08:47:54 +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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 94AC711047D for ; Wed, 26 Feb 2025 08:47:54 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4824F343277 for ; Wed, 26 Feb 2025 08:47:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E9DC72817 for ; Wed, 26 Feb 2025 08:47:50 +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: <1740559531.b39b416abfaa7011d498ca72d972ec5c4bd486f6.ionen@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-r1.ebuild X-VCS-Directories: dev-python/pyside/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: b39b416abfaa7011d498ca72d972ec5c4bd486f6 X-VCS-Branch: master Date: Wed, 26 Feb 2025 08:47:50 +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: cae85edf-bf5d-4ed0-91fd-2104c4d7e882 X-Archives-Hash: 64ff82711849609f8d6b20248ff93acc commit: b39b416abfaa7011d498ca72d972ec5c4bd486f6 Author: Ionen Wolkens gentoo org> AuthorDate: Wed Feb 26 05:16:25 2025 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Wed Feb 26 08:45:31 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b39b416a dev-python/pyside: keep note to remove example icons patch w/ 6.8.3 Switched to ${P} so it intentionally breaks on bump for attention given it is not my package. Signed-off-by: Ionen Wolkens gentoo.org> dev-python/pyside/pyside-6.8.2-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pyside/pyside-6.8.2-r1.ebuild b/dev-python/pyside/pyside-6.8.2-r1.ebuild index aa061d8a2999..871cec23dd0f 100644 --- a/dev-python/pyside/pyside-6.8.2-r1.ebuild +++ b/dev-python/pyside/pyside-6.8.2-r1.ebuild @@ -207,7 +207,7 @@ PATCHES=( # Needs porting to newer wheel and setuptools "${FILESDIR}/${PN}-6.8.2-quick-fix-build-wheel.patch" # References files not present in our dev-qt/qtbase - "${FILESDIR}/${PN}-6.8.2-no-qtexampleicons.patch" + "${FILESDIR}/${P}-no-qtexampleicons.patch" # TODO: remove in 6.8.3 ) # Build system duplicates system libraries. TODO: fix