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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A182C1581F3 for ; Mon, 2 Dec 2024 10:48:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 01055E0829; Mon, 2 Dec 2024 10:48:56 +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 039BDE0829 for ; Mon, 2 Dec 2024 10:48:50 +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 A8AD4343007 for ; Mon, 2 Dec 2024 10:48:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 40EE017CC for ; Mon, 2 Dec 2024 10:48:32 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1733049560.7e768b149178c96e0b983ac29c10f4c23d77ca90.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: media-gfx/silicon/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-gfx/silicon/silicon-0.5.2-r1.ebuild X-VCS-Directories: media-gfx/silicon/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 7e768b149178c96e0b983ac29c10f4c23d77ca90 X-VCS-Branch: master Date: Mon, 2 Dec 2024 10:48: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: bdfe8b36-e5cf-42e5-aefe-f8925e8b1e2d X-Archives-Hash: c168e8dde47a3c12369071ee94cde5da commit: 7e768b149178c96e0b983ac29c10f4c23d77ca90 Author: YOSHIOKA Takuma hard-wi red> AuthorDate: Sun Dec 1 10:28:43 2024 +0000 Commit: David Roman gmail com> CommitDate: Sun Dec 1 10:39:20 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7e768b14 media-gfx/silicon: clarify and update a comment Signed-off-by: YOSHIOKA Takuma hard-wi.red> media-gfx/silicon/silicon-0.5.2-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/silicon/silicon-0.5.2-r1.ebuild b/media-gfx/silicon/silicon-0.5.2-r1.ebuild index a106b822f..fe384972e 100644 --- a/media-gfx/silicon/silicon-0.5.2-r1.ebuild +++ b/media-gfx/silicon/silicon-0.5.2-r1.ebuild @@ -233,7 +233,7 @@ pkg_setup() { src_unpack() { cargo_src_unpack - # Apply patch for python 3.9 support. + # Apply patch for python 3.9 and above. ( cd "${WORKDIR}"/cargo_home/gentoo/xcb-0.8.2 && eapply "${FILESDIR}"/rust-xcb-0.8.2-python-3.9.patch ) }