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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4F9DB158089 for ; Wed, 8 Nov 2023 21:03:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 901A92BC01E; Wed, 8 Nov 2023 21:03:09 +0000 (UTC) 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 pigeon.gentoo.org (Postfix) with ESMTPS id 4943C2BC01E for ; Wed, 8 Nov 2023 21:03:09 +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 30469335D16 for ; Wed, 8 Nov 2023 21:03:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 718F5AAD for ; Wed, 8 Nov 2023 21:03:06 +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: <1699477330.a32b01e046bd1d0ec534c58d7211cc685d73f295.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: a32b01e046bd1d0ec534c58d7211cc685d73f295 X-VCS-Branch: master Date: Wed, 8 Nov 2023 21:03:06 +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: 6613f891-276d-4d26-9d10-ed4aa70a6a28 X-Archives-Hash: 8b9c7df35aed37660b1a081fe76f0b06 commit: a32b01e046bd1d0ec534c58d7211cc685d73f295 Author: Matt Turner gentoo org> AuthorDate: Wed Nov 8 20:00:30 2023 +0000 Commit: Matt Turner gentoo org> CommitDate: Wed Nov 8 21:02:10 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a32b01e0 media-libs/mesa: Drop meson version requirements meson.eclass now requires dev-util/meson-1.2.1. Signed-off-by: Matt Turner gentoo.org> media-libs/mesa/mesa-9999.ebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index 06b3af50c763..e74f085ef100 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -167,12 +167,10 @@ DEPEND="${RDEPEND} ) " BDEPEND=" - >=dev-util/meson-1.0.0 ${PYTHON_DEPS} opencl? ( >=virtual/rust-1.62.0 >=dev-util/bindgen-0.58.0 - >=dev-util/meson-1.2.0 ) sys-devel/bison sys-devel/flex