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 5D5641382C5 for ; Wed, 20 May 2020 20:53:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8DD61E09FE; Wed, 20 May 2020 20:53:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7092DE09FE for ; Wed, 20 May 2020 20:53:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8983434F1CD for ; Wed, 20 May 2020 20:53:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5F37921E for ; Wed, 20 May 2020 20:53:24 +0000 (UTC) From: "Alexys Jacob" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexys Jacob" Message-ID: <1590007968.8c72e379229939ed457a2b650f12bdd5c47cf4bd.ultrabug@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/mongodb/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/mongodb/mongodb-4.2.3-r1.ebuild X-VCS-Directories: dev-db/mongodb/ X-VCS-Committer: ultrabug X-VCS-Committer-Name: Alexys Jacob X-VCS-Revision: 8c72e379229939ed457a2b650f12bdd5c47cf4bd X-VCS-Branch: master Date: Wed, 20 May 2020 20:53:24 +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: fcaf06de-f8fe-4f90-9133-91965fce1089 X-Archives-Hash: e91d408031ea07a88764b0f2dcb90ab7 commit: 8c72e379229939ed457a2b650f12bdd5c47cf4bd Author: Alexys Jacob gentoo org> AuthorDate: Wed May 20 20:52:48 2020 +0000 Commit: Alexys Jacob gentoo org> CommitDate: Wed May 20 20:52:48 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c72e379 dev-db/mongodb: fix typo in test dependencies thx to @hydrapolic Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Alexys Jacob gentoo.org> dev-db/mongodb/mongodb-4.2.3-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-db/mongodb/mongodb-4.2.3-r1.ebuild b/dev-db/mongodb/mongodb-4.2.3-r1.ebuild index 2e49123287f..b88bcf9c846 100644 --- a/dev-db/mongodb/mongodb-4.2.3-r1.ebuild +++ b/dev-db/mongodb/mongodb-4.2.3-r1.ebuild @@ -42,7 +42,7 @@ RDEPEND="acct-group/mongodb DEPEND="${RDEPEND} ${PYTHON_DEPS} $(python_gen_any_dep ' - test? ( dev-python/pymongo[${PYTHON_USEDEP}] dev-python/pymongo[${PYTHON_USEDEP}] ) + test? ( dev-python/pymongo[${PYTHON_USEDEP}] dev-python/requests[${PYTHON_USEDEP}] ) >=dev-util/scons-2.5.0[${PYTHON_USEDEP}] dev-python/cheetah3[${PYTHON_USEDEP}] dev-python/psutil[${PYTHON_USEDEP}]