From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 5A4801388C1 for ; Wed, 9 Dec 2015 15:13:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DABD621C0B5; Wed, 9 Dec 2015 15:13:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3900A21C0B5 for ; Wed, 9 Dec 2015 15:13:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3EC9334076D for ; Wed, 9 Dec 2015 15:13:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E0D6CCB1 for ; Wed, 9 Dec 2015 15:13:35 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1449674011.91c885ed2a46a4178956827e2709c96adef1ab3c.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/bokeh/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/bokeh/bokeh-0.10.0.ebuild X-VCS-Directories: dev-python/bokeh/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 91c885ed2a46a4178956827e2709c96adef1ab3c X-VCS-Branch: master Date: Wed, 9 Dec 2015 15:13:35 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b59d6ad9-be2d-4a1e-a2ce-07c91ce0f2bc X-Archives-Hash: 0c5c54a5cde2434e40e5369496fdcfdf commit: 91c885ed2a46a4178956827e2709c96adef1ab3c Author: Justin Lecher gentoo org> AuthorDate: Wed Dec 9 15:13:31 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Dec 9 15:13:31 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91c885ed dev-python/bokeh: Don't try to install non-existing docs Package-Manager: portage-2.2.26 Signed-off-by: Justin Lecher gentoo.org> dev-python/bokeh/bokeh-0.10.0.ebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/dev-python/bokeh/bokeh-0.10.0.ebuild b/dev-python/bokeh/bokeh-0.10.0.ebuild index 8a80bce..efd512c 100644 --- a/dev-python/bokeh/bokeh-0.10.0.ebuild +++ b/dev-python/bokeh/bokeh-0.10.0.ebuild @@ -46,8 +46,6 @@ DEPEND="${REDEPEND} $(python_gen_cond_dep '>=dev-python/mock-1.0.1[${PYTHON_USEDEP}]' python2_7) ) " -DOCS=( CHANGELOG QUICKSTART.md README.md ) - python_test() { cd "${BUILD_DIR}"/lib || die # exclude server tests for now