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 86C4C15808A for ; Wed, 16 Jul 2025 17:16:10 +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) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 6C9D3340E1F for ; Wed, 16 Jul 2025 17:16:10 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 815AB11055C; Wed, 16 Jul 2025 17:16:03 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 79BE711055C for ; Wed, 16 Jul 2025 17:16:03 +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 3534F340D9E for ; Wed, 16 Jul 2025 17:16:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9DCC831E7 for ; Wed, 16 Jul 2025 17:16:01 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1752686156.769dae5c1a54507f8be95d8e31178bb4905f39ee.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/mesa/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/mesa/mesa-9999.ebuild X-VCS-Directories: media-libs/mesa/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 769dae5c1a54507f8be95d8e31178bb4905f39ee X-VCS-Branch: master Date: Wed, 16 Jul 2025 17:16:01 +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: 465f1f99-6af2-43ea-bff9-452121eb1d8b X-Archives-Hash: 362ecb9fe00497ae88a4ae40fb56a378 commit: 769dae5c1a54507f8be95d8e31178bb4905f39ee Author: Matt Turner gentoo org> AuthorDate: Wed Jul 16 15:14:49 2025 +0000 Commit: Matt Turner gentoo org> CommitDate: Wed Jul 16 17:15:56 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=769dae5c media-libs/mesa: Raise bindgen requirement Upstream commit 1a698c75ae5 ("build: Rust: Bump minimum Meson and bindgen version") raised the requirement. Signed-off-by: Matt Turner gentoo.org> media-libs/mesa/mesa-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index d9fb28c78128..bee874ec77ab 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -152,7 +152,7 @@ CLC_DEPSTRING=" BDEPEND=" ${PYTHON_DEPS} opencl? ( - >=dev-util/bindgen-0.71.0 + >=dev-util/bindgen-0.71.1 ${RUST_DEPEND} ) >=dev-build/meson-1.7.0 @@ -170,7 +170,7 @@ BDEPEND=" vulkan? ( dev-util/glslang video_cards_nvk? ( - >=dev-util/bindgen-0.71.0 + >=dev-util/bindgen-0.71.1 >=dev-util/cbindgen-0.26.0 ${RUST_DEPEND} ${CLC_DEPSTRING}