diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-12-21 05:54:06 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-12-21 05:54:06 +0000 |
commit | 760164e1d3665575368f5b1955b17d40c085390a (patch) | |
tree | 31e60716e5e10a697f6197bddc4abf0d614123d0 /sci-biology/biopython | |
parent | don't mention postgres in exposed code since it's disabled right now (diff) | |
download | gentoo-2-760164e1d3665575368f5b1955b17d40c085390a.tar.gz gentoo-2-760164e1d3665575368f5b1955b17d40c085390a.tar.bz2 gentoo-2-760164e1d3665575368f5b1955b17d40c085390a.zip |
Fix typo.
(Portage version: 15123-svn/cvs/Linux x86_64)
Diffstat (limited to 'sci-biology/biopython')
-rw-r--r-- | sci-biology/biopython/biopython-1.53.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sci-biology/biopython/biopython-1.53.ebuild b/sci-biology/biopython/biopython-1.53.ebuild index 9c53a58fc9c6..e8486cc5f195 100644 --- a/sci-biology/biopython/biopython-1.53.ebuild +++ b/sci-biology/biopython/biopython-1.53.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/biopython/biopython-1.53.ebuild,v 1.1 2009/12/21 03:29:14 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/biopython/biopython-1.53.ebuild,v 1.2 2009/12/21 05:54:06 arfrever Exp $ EAPI="2" SUPPORT_PYTHON_ABIS="1" @@ -37,9 +37,8 @@ src_compile() { } src_test() { - cd Tests - testing() { + cd Tests PYTHONPATH="$(ls -d ../build/lib.*)" "$(PYTHON)" run_tests.py } python_execute_function -s testing |