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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4EF21158012 for ; Tue, 21 Sep 2021 13:38:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A840DE088A; Tue, 21 Sep 2021 13:38:10 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8FC4FE088A for ; Tue, 21 Sep 2021 13:38:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9CA71342F54 for ; Tue, 21 Sep 2021 13:38:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 373DA9B for ; Tue, 21 Sep 2021 13:38:08 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1632231447.c6a3fa54b14b1ccbf2cd7703061e6a19c735dde8.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/ X-VCS-Repository: repo/gentoo X-VCS-Files: eclass/meson.eclass X-VCS-Directories: eclass/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: c6a3fa54b14b1ccbf2cd7703061e6a19c735dde8 X-VCS-Branch: master Date: Tue, 21 Sep 2021 13:38:08 +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: ab78e706-2691-46b5-b759-3c53cc473db2 X-Archives-Hash: 3d4accc53ed276a8446fed41dffb1733 commit: c6a3fa54b14b1ccbf2cd7703061e6a19c735dde8 Author: Mike Gilbert gentoo org> AuthorDate: Tue Sep 21 13:37:27 2021 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Tue Sep 21 13:37:27 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6a3fa54 meson.eclass: depend in >=dev-util/meson-0.58.2-r1 Bug: https://bugs.gentoo.org/810655 Signed-off-by: Mike Gilbert gentoo.org> eclass/meson.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/meson.eclass b/eclass/meson.eclass index eaff26709a7..4ba364924e4 100644 --- a/eclass/meson.eclass +++ b/eclass/meson.eclass @@ -47,7 +47,7 @@ inherit multiprocessing ninja-utils python-utils-r1 toolchain-funcs EXPORT_FUNCTIONS src_configure src_compile src_test src_install -_MESON_DEPEND=">=dev-util/meson-0.57.0 +_MESON_DEPEND=">=dev-util/meson-0.58.2-r1 >=dev-util/ninja-1.8.2 dev-util/meson-format-array "