diff options
Diffstat (limited to 'dev-python/numpy/numpy-0.9.8.ebuild')
-rw-r--r-- | dev-python/numpy/numpy-0.9.8.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/dev-python/numpy/numpy-0.9.8.ebuild b/dev-python/numpy/numpy-0.9.8.ebuild index 19e6a9be9018..d74766aae299 100644 --- a/dev-python/numpy/numpy-0.9.8.ebuild +++ b/dev-python/numpy/numpy-0.9.8.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/numpy/numpy-0.9.8.ebuild,v 1.7 2007/02/19 10:15:18 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/numpy/numpy-0.9.8.ebuild,v 1.8 2007/07/11 06:19:47 mr_bones_ Exp $ inherit distutils @@ -59,5 +59,3 @@ src_install() { distutils_src_install dodoc numpy/doc/* } - - |