diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-07-12 08:56:18 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-07-12 15:27:49 +0200 |
commit | bc4217422696a23e57d59d0e3980b22b801f5744 (patch) | |
tree | 8c386c93ea0ed880d499f5dd9a5f2681cfca54cd /dev-python/sphinx | |
parent | virtual/python-typing: pypy3 now includes typing module (diff) | |
download | gentoo-bc4217422696a23e57d59d0e3980b22b801f5744.tar.gz gentoo-bc4217422696a23e57d59d0e3980b22b801f5744.tar.bz2 gentoo-bc4217422696a23e57d59d0e3980b22b801f5744.zip |
dev-python/sphinx: Fix dev-python/typing dep
Diffstat (limited to 'dev-python/sphinx')
-rw-r--r-- | dev-python/sphinx/sphinx-1.6.3-r4.ebuild (renamed from dev-python/sphinx/sphinx-1.6.3-r3.ebuild) | 2 | ||||
-rw-r--r-- | dev-python/sphinx/sphinx-1.6.5-r1.ebuild (renamed from dev-python/sphinx/sphinx-1.6.5.ebuild) | 2 | ||||
-rw-r--r-- | dev-python/sphinx/sphinx-1.6.7-r1.ebuild (renamed from dev-python/sphinx/sphinx-1.6.7.ebuild) | 2 | ||||
-rw-r--r-- | dev-python/sphinx/sphinx-1.7.5-r1.ebuild (renamed from dev-python/sphinx/sphinx-1.7.5.ebuild) | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/sphinx/sphinx-1.6.3-r3.ebuild b/dev-python/sphinx/sphinx-1.6.3-r4.ebuild index 551ff31244cf..7f1d945977a5 100644 --- a/dev-python/sphinx/sphinx-1.6.3-r3.ebuild +++ b/dev-python/sphinx/sphinx-1.6.3-r4.ebuild @@ -31,7 +31,7 @@ RDEPEND=" >=dev-python/sphinx_rtd_theme-0.1[${PYTHON_USEDEP}] <dev-python/sphinx_rtd_theme-2.0[${PYTHON_USEDEP}] dev-python/sphinxcontrib-websupport[${PYTHON_USEDEP}] - dev-python/typing[${PYTHON_USEDEP}] + virtual/python-typing[${PYTHON_USEDEP}] latex? ( dev-texlive/texlive-latexextra dev-texlive/texlive-luatex diff --git a/dev-python/sphinx/sphinx-1.6.5.ebuild b/dev-python/sphinx/sphinx-1.6.5-r1.ebuild index 340cc9bfdfef..ad810d050f81 100644 --- a/dev-python/sphinx/sphinx-1.6.5.ebuild +++ b/dev-python/sphinx/sphinx-1.6.5-r1.ebuild @@ -31,7 +31,7 @@ RDEPEND=" >=dev-python/sphinx_rtd_theme-0.1[${PYTHON_USEDEP}] <dev-python/sphinx_rtd_theme-2.0[${PYTHON_USEDEP}] dev-python/sphinxcontrib-websupport[${PYTHON_USEDEP}] - dev-python/typing[${PYTHON_USEDEP}] + virtual/python-typing[${PYTHON_USEDEP}] latex? ( dev-texlive/texlive-latexextra dev-texlive/texlive-luatex diff --git a/dev-python/sphinx/sphinx-1.6.7.ebuild b/dev-python/sphinx/sphinx-1.6.7-r1.ebuild index c00c5313640f..dbbac7ab54b8 100644 --- a/dev-python/sphinx/sphinx-1.6.7.ebuild +++ b/dev-python/sphinx/sphinx-1.6.7-r1.ebuild @@ -31,7 +31,7 @@ RDEPEND=" >=dev-python/sphinx_rtd_theme-0.1[${PYTHON_USEDEP}] <dev-python/sphinx_rtd_theme-2.0[${PYTHON_USEDEP}] dev-python/sphinxcontrib-websupport[${PYTHON_USEDEP}] - dev-python/typing[${PYTHON_USEDEP}] + virtual/python-typing[${PYTHON_USEDEP}] latex? ( dev-texlive/texlive-latexextra dev-texlive/texlive-luatex diff --git a/dev-python/sphinx/sphinx-1.7.5.ebuild b/dev-python/sphinx/sphinx-1.7.5-r1.ebuild index e9a69465dfe3..b3a122f0e25d 100644 --- a/dev-python/sphinx/sphinx-1.7.5.ebuild +++ b/dev-python/sphinx/sphinx-1.7.5-r1.ebuild @@ -32,7 +32,7 @@ RDEPEND=" <dev-python/sphinx_rtd_theme-2.0[${PYTHON_USEDEP}] dev-python/packaging[${PYTHON_USEDEP}] dev-python/sphinxcontrib-websupport[${PYTHON_USEDEP}] - dev-python/typing[${PYTHON_USEDEP}] + virtual/python-typing[${PYTHON_USEDEP}] latex? ( dev-texlive/texlive-latexextra dev-texlive/texlive-luatex |