Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/bokeh/
Date: Wed, 09 Dec 2015 15:13:39
Message-Id: 1449674011.91c885ed2a46a4178956827e2709c96adef1ab3c.jlec@gentoo
1 commit: 91c885ed2a46a4178956827e2709c96adef1ab3c
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 9 15:13:31 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 9 15:13:31 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91c885ed
7
8 dev-python/bokeh: Don't try to install non-existing docs
9
10 Package-Manager: portage-2.2.26
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 dev-python/bokeh/bokeh-0.10.0.ebuild | 2 --
14 1 file changed, 2 deletions(-)
15
16 diff --git a/dev-python/bokeh/bokeh-0.10.0.ebuild b/dev-python/bokeh/bokeh-0.10.0.ebuild
17 index 8a80bce..efd512c 100644
18 --- a/dev-python/bokeh/bokeh-0.10.0.ebuild
19 +++ b/dev-python/bokeh/bokeh-0.10.0.ebuild
20 @@ -46,8 +46,6 @@ DEPEND="${REDEPEND}
21 $(python_gen_cond_dep '>=dev-python/mock-1.0.1[${PYTHON_USEDEP}]' python2_7)
22 )
23 "
24 -DOCS=( CHANGELOG QUICKSTART.md README.md )
25 -
26 python_test() {
27 cd "${BUILD_DIR}"/lib || die
28 # exclude server tests for now