commit: 1c66c1242c2e083f35b815e42c00d09e872ce6ce
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 15 13:48:11 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> 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 <jlec <AT> 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/"