diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-08-17 00:34:29 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-08-17 00:34:29 +0000 |
commit | b6a61a1b1b12a77033562322889c0d31a3cd78ff (patch) | |
tree | 52f69c80e7555cf1f1bc70a8f402f6179d0ab02a /dev-python/pygsl | |
parent | whitespace (diff) | |
download | gentoo-2-b6a61a1b1b12a77033562322889c0d31a3cd78ff.tar.gz gentoo-2-b6a61a1b1b12a77033562322889c0d31a3cd78ff.tar.bz2 gentoo-2-b6a61a1b1b12a77033562322889c0d31a3cd78ff.zip |
whitespace
(Portage version: 2.1.2.11)
Diffstat (limited to 'dev-python/pygsl')
-rw-r--r-- | dev-python/pygsl/pygsl-0.9.1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/pygsl/pygsl-0.9.1.ebuild b/dev-python/pygsl/pygsl-0.9.1.ebuild index 01ba41594c9e..426f7ed12364 100644 --- a/dev-python/pygsl/pygsl-0.9.1.ebuild +++ b/dev-python/pygsl/pygsl-0.9.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pygsl/pygsl-0.9.1.ebuild,v 1.1 2007/08/16 12:52:12 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygsl/pygsl-0.9.1.ebuild,v 1.2 2007/08/17 00:34:29 mr_bones_ Exp $ inherit distutils @@ -16,7 +16,6 @@ IUSE="examples" DEPEND=">=sci-libs/gsl-1.8 >=dev-python/numpy-1.0" - src_test() { cd "${S}/tests" PYTHONPATH=$(ls -d ../build/lib*) "${python}" run_test.py || die "tests failed" |