diff options
Diffstat (limited to 'dev-python/scientificpython/scientificpython-2.4.5.ebuild')
-rw-r--r-- | dev-python/scientificpython/scientificpython-2.4.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/scientificpython/scientificpython-2.4.5.ebuild b/dev-python/scientificpython/scientificpython-2.4.5.ebuild index ed2fbd45e185..f0f2ca107022 100644 --- a/dev-python/scientificpython/scientificpython-2.4.5.ebuild +++ b/dev-python/scientificpython/scientificpython-2.4.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/scientificpython/scientificpython-2.4.5.ebuild,v 1.1 2004/07/20 19:20:07 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/scientificpython/scientificpython-2.4.5.ebuild,v 1.2 2004/12/28 19:07:40 ribosome Exp $ MY_P=${P/scientificpython/ScientificPython} S=${WORKDIR}/${MY_P} @@ -17,7 +17,7 @@ KEYWORDS="~x86 ~sparc alpha ~ppc" DEPEND="virtual/python >=dev-python/numeric-19.0 - >=app-sci/netcdf-3.0" + >=sci-libs/netcdf-3.0" src_install() { distutils_src_install |