summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2018-06-28 21:02:17 +0200
committerPacho Ramos <pacho@gentoo.org>2018-06-28 21:17:50 +0200
commit35a9333ca678d3c90dc95aed09a9d2ec377d8d94 (patch)
treee1df67124118affa028c81dd83b42b6298c29740
parentdev-python/bokeh: Fix examples installation (#659438) (diff)
downloadgentoo-35a9333c.tar.gz
gentoo-35a9333c.tar.bz2
gentoo-35a9333c.zip
dev-python/bokeh: Make repoman more happy
Package-Manager: Portage-2.3.41, Repoman-2.3.9
-rw-r--r--dev-python/bokeh/bokeh-0.12.6.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/bokeh/bokeh-0.12.6.ebuild b/dev-python/bokeh/bokeh-0.12.6.ebuild
index df90b6f19795..ad25ef0ae419 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
}