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 2087315800A for ; Wed, 23 Aug 2023 17:33:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 25B6A2BC033; Wed, 23 Aug 2023 17:33:08 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 10C752BC02E for ; Wed, 23 Aug 2023 17:33:08 +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 52C3E3412E2 for ; Wed, 23 Aug 2023 17:33:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 43CF21074 for ; Wed, 23 Aug 2023 17:33:04 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1692811078.f9b6dfb747977401f2d9f2908ca6a1e84658f390.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/webrtcvad/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/webrtcvad/webrtcvad-2.0.10.ebuild X-VCS-Directories: dev-python/webrtcvad/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: f9b6dfb747977401f2d9f2908ca6a1e84658f390 X-VCS-Branch: master Date: Wed, 23 Aug 2023 17:33:04 +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: fce109a2-2c43-48c3-bc2f-6aa4cfed3139 X-Archives-Hash: c0293786ad694ee2e5075552c1eca74a Message-ID: <20230823173304.a5aGJ0wfWSeD9nTN0zTHWbZC2lVSKFNY3R4fmOW_Ws4@z> commit: f9b6dfb747977401f2d9f2908ca6a1e84658f390 Author: David Roman gmail com> AuthorDate: Wed Aug 23 17:17:58 2023 +0000 Commit: David Roman gmail com> CommitDate: Wed Aug 23 17:17:58 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f9b6dfb7 dev-python/webrtcvad: update dependency Signed-off-by: David Roman gmail.com> dev-python/webrtcvad/webrtcvad-2.0.10.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/webrtcvad/webrtcvad-2.0.10.ebuild b/dev-python/webrtcvad/webrtcvad-2.0.10.ebuild index 1bdcc301f0..051d7c142b 100644 --- a/dev-python/webrtcvad/webrtcvad-2.0.10.ebuild +++ b/dev-python/webrtcvad/webrtcvad-2.0.10.ebuild @@ -22,6 +22,6 @@ distutils_enable_tests nose DEPEND=" test? ( - dev-python/memory_profiler[${PYTHON_USEDEP}] + dev-python/memory-profiler[${PYTHON_USEDEP}] ) "