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>
This commit is contained in:
Justin Lecher
2016-02-08 11:04:34 +01:00
parent f4e20857c3
commit f222468f70

View File

@@ -53,7 +53,7 @@ python_test() {
}
python_install_all() {
use examples && local EXAMPLES=( examples/. )
use examples && dodoc -r examples
distutils-r1_python_install_all
}