summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2009-12-21 05:54:06 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2009-12-21 05:54:06 +0000
commit760164e1d3665575368f5b1955b17d40c085390a (patch)
tree31e60716e5e10a697f6197bddc4abf0d614123d0 /sci-biology/biopython
parentdon't mention postgres in exposed code since it's disabled right now (diff)
downloadgentoo-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.ebuild5
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