dev-python/mypy: fix #584556
authorAlex Brandt <alunduil@gentoo.org>
Sun, 5 Jun 2016 19:59:18 +0000 (14:59 -0500)
committerAlex Brandt <alunduil@gentoo.org>
Sun, 5 Jun 2016 20:01:17 +0000 (15:01 -0500)
Apparently, I misread the dependencees and added the dependence on typing that
should have been a blocker.  This commit rectifies that situation.  I'm not
convinced other problems don't exist and we may see more bugs before this is
completely resolved.

Package-Manager: portage-2.3.0_rc1

dev-python/mypy/mypy-0.4.1.ebuild

index 38f9f5e4ca3109ebb6088bb5af802ddf7b757e9d..5d7d96ce3b31181f62feb6baccd012ee9edafc47 100644 (file)
@@ -23,7 +23,7 @@ DEPEND="
                dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}]
        )
 "
-RDEPEND="$(python_gen_cond_dep 'dev-python/typing[${PYTHON_USEDEP}]' 'python3_3' 'python3_4')"
+RDEPEND="$(python_gen_cond_dep '!dev-python/typing[${PYTHON_USEDEP}]' 'python3_3' 'python3_4')"
 
 python_compile_all() {
        use doc && emake -C docs html