projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4e2085
)
dev-python/bokeh: Don't use banned EXAMPLES
author
Justin Lecher
<jlec@gentoo.org>
Mon, 8 Feb 2016 10:04:34 +0000
(11:04 +0100)
committer
Justin Lecher
<jlec@gentoo.org>
Mon, 8 Feb 2016 10:46:54 +0000
(11:46 +0100)
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>
dev-python/bokeh/bokeh-0.11.1.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/bokeh/bokeh-0.11.1.ebuild
b/dev-python/bokeh/bokeh-0.11.1.ebuild
index 517a13ffdd89673322e23957319c1ab249c73541..89b800028e5f004ff747eb82c1ee9a69fab92946 100644
(file)
--- 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
}