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 00F9E1584AD for ; Thu, 24 Apr 2025 03:37:06 +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 DB11C343091 for ; Thu, 24 Apr 2025 03:37:05 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 2EC631104B7; Thu, 24 Apr 2025 03:36:59 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 272941104B7 for ; Thu, 24 Apr 2025 03:36:59 +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 D078D3412DE for ; Thu, 24 Apr 2025 03:36:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 350C6265E for ; Thu, 24 Apr 2025 03:36:57 +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: <1745465426.99e9a471479b32dd7115ecfe157ef2e1f01567b7.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: 99e9a471479b32dd7115ecfe157ef2e1f01567b7 X-VCS-Branch: master Date: Thu, 24 Apr 2025 03:36:57 +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: f2ef2539-4c75-4bb6-acca-9609aefff3b8 X-Archives-Hash: bb2da396186a830dc1e68c03bdd24d54 commit: 99e9a471479b32dd7115ecfe157ef2e1f01567b7 Author: Matt Turner gentoo org> AuthorDate: Thu Apr 24 03:30:26 2025 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu Apr 24 03:30:26 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99e9a471 media-libs/mesa: Simplify meson dependencies Signed-off-by: Matt Turner gentoo.org> media-libs/mesa/mesa-9999.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index ca908526ce5f..e64ef486371f 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -165,11 +165,10 @@ CLC_DEPSTRING=" BDEPEND=" ${PYTHON_DEPS} opencl? ( - >=dev-build/meson-1.7.0 >=dev-util/bindgen-0.71.0 ${RUST_DEPEND} ) - >=dev-build/meson-1.4.1 + >=dev-build/meson-1.7.0 app-alternatives/yacc app-alternatives/lex virtual/pkgconfig @@ -183,7 +182,6 @@ BDEPEND=" vulkan? ( dev-util/glslang video_cards_nvk? ( - >=dev-build/meson-1.7.0 >=dev-util/bindgen-0.71.0 >=dev-util/cbindgen-0.26.0 ${RUST_DEPEND}