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 E40D7158089 for ; Tue, 7 Nov 2023 20:35:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1FF702BC01D; Tue, 7 Nov 2023 20:35:06 +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 F03672BC01D for ; Tue, 7 Nov 2023 20:35:05 +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 292EE335D31 for ; Tue, 7 Nov 2023 20:35:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B5041132B for ; Tue, 7 Nov 2023 20:35:03 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1699389236.1354d97ec3c07760e4902325b90a4ea3aca8cfa6.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/meson-python/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/meson-python/meson-python-0.15.0.ebuild X-VCS-Directories: dev-python/meson-python/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1354d97ec3c07760e4902325b90a4ea3aca8cfa6 X-VCS-Branch: master Date: Tue, 7 Nov 2023 20:35:03 +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: 4d80a005-0a54-4c22-81d2-9221c533ddc8 X-Archives-Hash: 3f8cf00cdcf2b475b39d3e3cf6883cdb commit: 1354d97ec3c07760e4902325b90a4ea3aca8cfa6 Author: Matoro Mahri matoro tk> AuthorDate: Sun Nov 5 05:21:31 2023 +0000 Commit: Sam James gentoo org> CommitDate: Tue Nov 7 20:33:56 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1354d97e dev-python/meson-python: add dev-vcs/git test dep Bug: https://bugs.gentoo.org/835964 Signed-off-by: Matoro Mahri matoro.tk> Signed-off-by: Sam James gentoo.org> dev-python/meson-python/meson-python-0.15.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/meson-python/meson-python-0.15.0.ebuild b/dev-python/meson-python/meson-python-0.15.0.ebuild index 0ff76a5dc1a6..cc022cf5b88a 100644 --- a/dev-python/meson-python/meson-python-0.15.0.ebuild +++ b/dev-python/meson-python/meson-python-0.15.0.ebuild @@ -34,6 +34,7 @@ BDEPEND=" >=dev-python/cython-0.29.34[${PYTHON_USEDEP}] test? ( dev-python/pytest-mock[${PYTHON_USEDEP}] + dev-vcs/git ) "