commit:     f222468f7086e400be52170b142909939e697dce
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Feb  8 10:04:34 2016 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Feb  8 10:46:54 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f222468f

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 <AT> gentoo.org>

 dev-python/bokeh/bokeh-0.11.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/bokeh/bokeh-0.11.1.ebuild 
b/dev-python/bokeh/bokeh-0.11.1.ebuild
index 517a13f..89b8000 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
 }

Reply via email to