summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Fisette <ribosome@gentoo.org>2004-12-28 19:10:27 +0000
committerOlivier Fisette <ribosome@gentoo.org>2004-12-28 19:10:27 +0000
commit0fac581f415479fc01157a702afe2407f9953942 (patch)
tree2f4c63888b9a700ac9375279dea3ad55ae3663c3 /dev-python/pyclimate
parentStable on amd64. (Manifest recommit) (diff)
downloadgentoo-2-0fac581f415479fc01157a702afe2407f9953942.tar.gz
gentoo-2-0fac581f415479fc01157a702afe2407f9953942.tar.bz2
gentoo-2-0fac581f415479fc01157a702afe2407f9953942.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.ebuild4
-rw-r--r--dev-python/pyclimate/pyclimate-1.2.1.ebuild4
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"