commit:     21a18776a6da70318ac262e049f2540d79e2152f
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 16 21:16:40 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Mar 16 21:17:52 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21a18776

dev-db/mongodb: Replace virts with cond deps

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-db/mongodb/mongodb-3.6.13.ebuild | 4 ++--
 dev-db/mongodb/mongodb-3.6.14.ebuild | 4 ++--
 dev-db/mongodb/mongodb-3.6.16.ebuild | 4 ++--
 dev-db/mongodb/mongodb-3.6.17.ebuild | 2 +-
 dev-db/mongodb/mongodb-4.0.12.ebuild | 4 ++--
 dev-db/mongodb/mongodb-4.0.13.ebuild | 4 ++--
 dev-db/mongodb/mongodb-4.0.14.ebuild | 4 ++--
 dev-db/mongodb/mongodb-4.0.16.ebuild | 2 +-
 8 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/dev-db/mongodb/mongodb-3.6.13.ebuild 
b/dev-db/mongodb/mongodb-3.6.13.ebuild
index 88e6596fe83..85e64d7df80 100644
--- a/dev-db/mongodb/mongodb-3.6.13.ebuild
+++ b/dev-db/mongodb/mongodb-3.6.13.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -42,7 +42,7 @@ DEPEND="${RDEPEND}
        $(python_gen_any_dep '
                dev-python/cheetah[${PYTHON_USEDEP}]
                dev-python/pyyaml[${PYTHON_USEDEP}]
-               virtual/python-typing[${PYTHON_USEDEP}]
+               dev-python/typing[${PYTHON_USEDEP}]
        ')
        sys-libs/ncurses:0=
        sys-libs/readline:0=

diff --git a/dev-db/mongodb/mongodb-3.6.14.ebuild 
b/dev-db/mongodb/mongodb-3.6.14.ebuild
index 346c4039a33..b5718c0c148 100644
--- a/dev-db/mongodb/mongodb-3.6.14.ebuild
+++ b/dev-db/mongodb/mongodb-3.6.14.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -44,7 +44,7 @@ DEPEND="${RDEPEND}
        $(python_gen_any_dep '
                dev-python/cheetah[${PYTHON_USEDEP}]
                dev-python/pyyaml[${PYTHON_USEDEP}]
-               virtual/python-typing[${PYTHON_USEDEP}]
+               dev-python/typing[${PYTHON_USEDEP}]
        ')
        sys-libs/ncurses:0=
        sys-libs/readline:0=

diff --git a/dev-db/mongodb/mongodb-3.6.16.ebuild 
b/dev-db/mongodb/mongodb-3.6.16.ebuild
index 346c4039a33..b5718c0c148 100644
--- a/dev-db/mongodb/mongodb-3.6.16.ebuild
+++ b/dev-db/mongodb/mongodb-3.6.16.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -44,7 +44,7 @@ DEPEND="${RDEPEND}
        $(python_gen_any_dep '
                dev-python/cheetah[${PYTHON_USEDEP}]
                dev-python/pyyaml[${PYTHON_USEDEP}]
-               virtual/python-typing[${PYTHON_USEDEP}]
+               dev-python/typing[${PYTHON_USEDEP}]
        ')
        sys-libs/ncurses:0=
        sys-libs/readline:0=

diff --git a/dev-db/mongodb/mongodb-3.6.17.ebuild 
b/dev-db/mongodb/mongodb-3.6.17.ebuild
index 8b60f64d9f5..b5718c0c148 100644
--- a/dev-db/mongodb/mongodb-3.6.17.ebuild
+++ b/dev-db/mongodb/mongodb-3.6.17.ebuild
@@ -44,7 +44,7 @@ DEPEND="${RDEPEND}
        $(python_gen_any_dep '
                dev-python/cheetah[${PYTHON_USEDEP}]
                dev-python/pyyaml[${PYTHON_USEDEP}]
-               virtual/python-typing[${PYTHON_USEDEP}]
+               dev-python/typing[${PYTHON_USEDEP}]
        ')
        sys-libs/ncurses:0=
        sys-libs/readline:0=

diff --git a/dev-db/mongodb/mongodb-4.0.12.ebuild 
b/dev-db/mongodb/mongodb-4.0.12.ebuild
index 1aac4e77094..36602d5bac7 100644
--- a/dev-db/mongodb/mongodb-4.0.12.ebuild
+++ b/dev-db/mongodb/mongodb-4.0.12.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -42,7 +42,7 @@ DEPEND="${RDEPEND}
        $(python_gen_any_dep '
                dev-python/cheetah[${PYTHON_USEDEP}]
                dev-python/pyyaml[${PYTHON_USEDEP}]
-               virtual/python-typing[${PYTHON_USEDEP}]
+               dev-python/typing[${PYTHON_USEDEP}]
        ')
        sys-libs/ncurses:0=
        sys-libs/readline:0=

diff --git a/dev-db/mongodb/mongodb-4.0.13.ebuild 
b/dev-db/mongodb/mongodb-4.0.13.ebuild
index ef4bca699aa..6bc6099a543 100644
--- a/dev-db/mongodb/mongodb-4.0.13.ebuild
+++ b/dev-db/mongodb/mongodb-4.0.13.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -44,7 +44,7 @@ DEPEND="${RDEPEND}
        $(python_gen_any_dep '
                dev-python/cheetah[${PYTHON_USEDEP}]
                dev-python/pyyaml[${PYTHON_USEDEP}]
-               virtual/python-typing[${PYTHON_USEDEP}]
+               dev-python/typing[${PYTHON_USEDEP}]
        ')
        sys-libs/ncurses:0=
        sys-libs/readline:0=

diff --git a/dev-db/mongodb/mongodb-4.0.14.ebuild 
b/dev-db/mongodb/mongodb-4.0.14.ebuild
index ef4bca699aa..6bc6099a543 100644
--- a/dev-db/mongodb/mongodb-4.0.14.ebuild
+++ b/dev-db/mongodb/mongodb-4.0.14.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -44,7 +44,7 @@ DEPEND="${RDEPEND}
        $(python_gen_any_dep '
                dev-python/cheetah[${PYTHON_USEDEP}]
                dev-python/pyyaml[${PYTHON_USEDEP}]
-               virtual/python-typing[${PYTHON_USEDEP}]
+               dev-python/typing[${PYTHON_USEDEP}]
        ')
        sys-libs/ncurses:0=
        sys-libs/readline:0=

diff --git a/dev-db/mongodb/mongodb-4.0.16.ebuild 
b/dev-db/mongodb/mongodb-4.0.16.ebuild
index 7542115d20f..6bc6099a543 100644
--- a/dev-db/mongodb/mongodb-4.0.16.ebuild
+++ b/dev-db/mongodb/mongodb-4.0.16.ebuild
@@ -44,7 +44,7 @@ DEPEND="${RDEPEND}
        $(python_gen_any_dep '
                dev-python/cheetah[${PYTHON_USEDEP}]
                dev-python/pyyaml[${PYTHON_USEDEP}]
-               virtual/python-typing[${PYTHON_USEDEP}]
+               dev-python/typing[${PYTHON_USEDEP}]
        ')
        sys-libs/ncurses:0=
        sys-libs/readline:0=

Reply via email to