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 738F91393F1 for ; Tue, 15 Sep 2015 13:49:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 24BAFE0887; Tue, 15 Sep 2015 13:49:03 +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 B8125E0887 for ; Tue, 15 Sep 2015 13:49:02 +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 5E8E4340894 for ; Tue, 15 Sep 2015 13:49:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6B11618B for ; Tue, 15 Sep 2015 13:48:58 +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: <1442324891.1c66c1242c2e083f35b815e42c00d09e872ce6ce.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/coot/ X-VCS-Repository: proj/sci X-VCS-Files: sci-chemistry/coot/coot-9999.ebuild X-VCS-Directories: sci-chemistry/coot/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 1c66c1242c2e083f35b815e42c00d09e872ce6ce X-VCS-Branch: master Date: Tue, 15 Sep 2015 13:48:58 +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: b3d6c167-c9fe-43a6-a0dc-3e7c96444c24 X-Archives-Hash: 88cc240c208f2abc6ebead6318229593 commit: 1c66c1242c2e083f35b815e42c00d09e872ce6ce Author: Justin Lecher gentoo org> AuthorDate: Tue Sep 15 13:48:11 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Tue Sep 15 13:48:11 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=1c66c124 sci-chemistry/coot: Fix PYTHONPATH during test Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher gentoo.org> sci-chemistry/coot/coot-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-chemistry/coot/coot-9999.ebuild b/sci-chemistry/coot/coot-9999.ebuild index d6b0be9..c76273d 100644 --- a/sci-chemistry/coot/coot-9999.ebuild +++ b/sci-chemistry/coot/coot-9999.ebuild @@ -137,7 +137,7 @@ src_test() { export COOT_PIXMAPS_DIR="${S}/pixmaps/" export COOT_DATA_DIR="${S}/" export COOT_PYTHON_DIR="${S}/python/" - export PYTHONPATH="${COOT_PYTHON_DIR}:${PYTHONPATH}" + export PYTHONPATH="${COOT_PYTHON_DIR}:${S}/src:${PYTHONPATH}" export PYTHONHOME="${EPREFIX}"/usr/ export CCP4_SCR="${T}"/coot_test/ export CLIBD_MON="${EPREFIX}/usr/share/data/monomers/"