diff options
author | Justin Lecher <jlec@gentoo.org> | 2016-02-08 11:04:34 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2016-02-08 11:46:54 +0100 |
commit | f222468f7086e400be52170b142909939e697dce (patch) | |
tree | 0cb9d8d81a636425831435d10543c331d7f1ff9e /dev-python/bokeh/bokeh-0.11.1.ebuild | |
parent | [net-dns/knot] Fix manifest, forgot git add (diff) | |
download | gentoo-f222468f7086e400be52170b142909939e697dce.tar.gz gentoo-f222468f7086e400be52170b142909939e697dce.tar.bz2 gentoo-f222468f7086e400be52170b142909939e697dce.zip |
dev-python/bokeh: Don't use banned EXAMPLES
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=573988
Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/bokeh/bokeh-0.11.1.ebuild')
-rw-r--r-- | dev-python/bokeh/bokeh-0.11.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/bokeh/bokeh-0.11.1.ebuild b/dev-python/bokeh/bokeh-0.11.1.ebuild index 517a13ffdd89..89b800028e5f 100644 --- a/dev-python/bokeh/bokeh-0.11.1.ebuild +++ b/dev-python/bokeh/bokeh-0.11.1.ebuild @@ -53,7 +53,7 @@ python_test() { } python_install_all() { - use examples && local EXAMPLES=( examples/. ) + use examples && dodoc -r examples distutils-r1_python_install_all } |