diff options
author | Olivier Fisette <ribosome@gentoo.org> | 2004-12-28 19:08:52 +0000 |
---|---|---|
committer | Olivier Fisette <ribosome@gentoo.org> | 2004-12-28 19:08:52 +0000 |
commit | 31625386d8fab72810e32fc5288729fd689080e7 (patch) | |
tree | 3424a15cfc8505f11c8cd899dd2fc7cafdbe48f2 /dev-python/pyclimate | |
parent | Fixed reference to app-sci (> sci-libs) (diff) | |
download | historical-31625386d8fab72810e32fc5288729fd689080e7.tar.gz historical-31625386d8fab72810e32fc5288729fd689080e7.tar.bz2 historical-31625386d8fab72810e32fc5288729fd689080e7.zip |
Fixed dependency ("app-sci/netcdf" moved to "sci-libs")
Diffstat (limited to 'dev-python/pyclimate')
-rw-r--r-- | dev-python/pyclimate/pyclimate-1.2.1-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/pyclimate/pyclimate-1.2.1.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/pyclimate/pyclimate-1.2.1-r1.ebuild b/dev-python/pyclimate/pyclimate-1.2.1-r1.ebuild index e0c7edf51c9c..5893d5a2730f 100644 --- a/dev-python/pyclimate/pyclimate-1.2.1-r1.ebuild +++ b/dev-python/pyclimate/pyclimate-1.2.1-r1.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/pyclimate/pyclimate-1.2.1-r1.ebuild,v 1.5 2004/07/24 00:38:34 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclimate/pyclimate-1.2.1-r1.ebuild,v 1.6 2004/12/28 19:08:52 ribosome Exp $ inherit eutils distutils @@ -18,7 +18,7 @@ KEYWORDS="~x86 ~sparc ~alpha ~ppc" DEPEND="virtual/python >=dev-python/numeric-19.0 dev-python/scientificpython - >=app-sci/netcdf-3.0" + >=sci-libs/netcdf-3.0" src_install() { diff --git a/dev-python/pyclimate/pyclimate-1.2.1.ebuild b/dev-python/pyclimate/pyclimate-1.2.1.ebuild index 460f3cf1cc90..58a17894b485 100644 --- a/dev-python/pyclimate/pyclimate-1.2.1.ebuild +++ b/dev-python/pyclimate/pyclimate-1.2.1.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/pyclimate/pyclimate-1.2.1.ebuild,v 1.4 2004/07/24 00:38:34 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclimate/pyclimate-1.2.1.ebuild,v 1.5 2004/12/28 19:08:52 ribosome Exp $ inherit eutils @@ -18,7 +18,7 @@ KEYWORDS="~x86 ~sparc ~alpha ~ppc" DEPEND="virtual/python >=dev-python/numeric-19.0 dev-python/scientificpython - >=app-sci/netcdf-3.0" + >=sci-libs/netcdf-3.0" src_install() { python setup.py install --prefix=${D}/usr || die "Python Install Failed" |