commit: 35a9333ca678d3c90dc95aed09a9d2ec377d8d94
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 28 19:02:17 2018 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Thu Jun 28 19:17:50 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35a9333c
dev-python/bokeh: Make repoman more happy
Package-Manager: Portage-2.3.41, Repoman-2.3.9
dev-python/bokeh/bokeh-0.12.6.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/bokeh/bokeh-0.12.6.ebuild
b/dev-python/bokeh/bokeh-0.12.6.ebuild
index df90b6f1979..ad25ef0ae41 100644
--- a/dev-python/bokeh/bokeh-0.12.6.ebuild
+++ b/dev-python/bokeh/bokeh-0.12.6.ebuild
@@ -69,7 +69,7 @@ python_test() {
python_install_all() {
if use examples; then
insinto "/usr/share/doc/${PF}/examples/"
- doins examples/*
+ doins examples/*
fi
distutils-r1_python_install_all
}