summaryrefslogtreecommitdiff
path: root/dev-python/bokeh
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2016-01-21 12:31:43 +0100
committerJustin Lecher <jlec@gentoo.org>2016-01-21 12:43:47 +0100
commit245cb22467c47a39d6992808b045bd9181f5b4dd (patch)
treeb2b1567d4779931ef504d8279de11ebd8b70c1cb /dev-python/bokeh
parentbbdfa5280566435e3d278731e2be8d8cc9d9e04e (diff)
downloadgentoo-245cb22467c47a39d6992808b045bd9181f5b4dd.tar.gz
gentoo-245cb22467c47a39d6992808b045bd9181f5b4dd.tar.xz
Fix typo repo wide
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/bokeh')
-rw-r--r--dev-python/bokeh/bokeh-0.10.0.ebuild2
-rw-r--r--dev-python/bokeh/bokeh-0.11.0.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/bokeh/bokeh-0.10.0.ebuild b/dev-python/bokeh/bokeh-0.10.0.ebuild
index c70bc4125ce..61cb1ff9168 100644
--- a/dev-python/bokeh/bokeh-0.10.0.ebuild
+++ b/dev-python/bokeh/bokeh-0.10.0.ebuild
@@ -39,7 +39,7 @@ RDEPEND="
# testing server: needs websocket not in portage yet
# websocket is in pypi for the adding
# hdf5 backend: needs array management not in portage yet
-DEPEND="${REDEPEND}
+DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
diff --git a/dev-python/bokeh/bokeh-0.11.0.ebuild b/dev-python/bokeh/bokeh-0.11.0.ebuild
index f64ab76ccaa..97f60c8da70 100644
--- a/dev-python/bokeh/bokeh-0.11.0.ebuild
+++ b/dev-python/bokeh/bokeh-0.11.0.ebuild
@@ -39,7 +39,7 @@ RDEPEND="
# testing server: needs websocket not in portage yet
# websocket is in pypi for the adding
# hdf5 backend: needs array management not in portage yet
-DEPEND="${REDEPEND}
+DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]