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 B3956138334 for ; Thu, 12 Jul 2018 13:28:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BA6C0E08D4; Thu, 12 Jul 2018 13:28:03 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 757AAE08D4 for ; Thu, 12 Jul 2018 13:28:03 +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 AE61D335CC5 for ; Thu, 12 Jul 2018 13:28:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9CC52370 for ; Thu, 12 Jul 2018 13:27:59 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1531402070.9a78e69368e15812931fba88fe6c2c8e6e62b3af.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/mongodb/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/mongodb/mongodb-3.6.2-r1.ebuild dev-db/mongodb/mongodb-3.6.2.ebuild dev-db/mongodb/mongodb-3.6.3-r1.ebuild dev-db/mongodb/mongodb-3.6.3.ebuild dev-db/mongodb/mongodb-3.6.4-r1.ebuild dev-db/mongodb/mongodb-3.6.4.ebuild dev-db/mongodb/mongodb-3.6.5-r1.ebuild dev-db/mongodb/mongodb-3.6.5.ebuild dev-db/mongodb/mongodb-4.0.0-r1.ebuild dev-db/mongodb/mongodb-4.0.0.ebuild X-VCS-Directories: dev-db/mongodb/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 9a78e69368e15812931fba88fe6c2c8e6e62b3af X-VCS-Branch: master Date: Thu, 12 Jul 2018 13:27:59 +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-Archives-Salt: c834dcf6-44f5-4c39-ae43-0467590e0013 X-Archives-Hash: 6d317d437d7c2289c560908e70eb10db commit: 9a78e69368e15812931fba88fe6c2c8e6e62b3af Author: Michał Górny gentoo org> AuthorDate: Thu Jul 12 06:59:12 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Jul 12 13:27:50 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a78e693 dev-db/mongodb: Fix dev-python/typing deps dev-db/mongodb/{mongodb-3.6.2.ebuild => mongodb-3.6.2-r1.ebuild} | 2 +- dev-db/mongodb/{mongodb-3.6.3.ebuild => mongodb-3.6.3-r1.ebuild} | 2 +- dev-db/mongodb/{mongodb-3.6.4.ebuild => mongodb-3.6.4-r1.ebuild} | 2 +- dev-db/mongodb/{mongodb-3.6.5.ebuild => mongodb-3.6.5-r1.ebuild} | 2 +- dev-db/mongodb/{mongodb-4.0.0.ebuild => mongodb-4.0.0-r1.ebuild} | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-db/mongodb/mongodb-3.6.2.ebuild b/dev-db/mongodb/mongodb-3.6.2-r1.ebuild similarity index 99% rename from dev-db/mongodb/mongodb-3.6.2.ebuild rename to dev-db/mongodb/mongodb-3.6.2-r1.ebuild index 5297f47b0f1..5604f58eafb 100644 --- a/dev-db/mongodb/mongodb-3.6.2.ebuild +++ b/dev-db/mongodb/mongodb-3.6.2-r1.ebuild @@ -39,7 +39,7 @@ DEPEND="${RDEPEND} ${PYTHON_DEPS} dev-python/cheetah[${PYTHON_USEDEP}] dev-python/pyyaml[${PYTHON_USEDEP}] - dev-python/typing[${PYTHON_USEDEP}] + virtual/python-typing[${PYTHON_USEDEP}]