summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Østergaard <kloeri@gentoo.org>2004-12-05 12:24:17 +0000
committerBryan Østergaard <kloeri@gentoo.org>2004-12-05 12:24:17 +0000
commit76578fa4ee8d0fcf2b81dc09c542f3748e1caec6 (patch)
tree5267cffb115a7cf4825ce36ff1fc9aaf6a14fb61 /dev-python/pycdf/pycdf-0.5.2.ebuild
parentadd games-misc/fortune-mod-strangelove (diff)
downloadhistorical-76578fa4ee8d0fcf2b81dc09c542f3748e1caec6.tar.gz
historical-76578fa4ee8d0fcf2b81dc09c542f3748e1caec6.tar.bz2
historical-76578fa4ee8d0fcf2b81dc09c542f3748e1caec6.zip
Fix missing dependency, bug 67874.
Diffstat (limited to 'dev-python/pycdf/pycdf-0.5.2.ebuild')
-rw-r--r--dev-python/pycdf/pycdf-0.5.2.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-python/pycdf/pycdf-0.5.2.ebuild b/dev-python/pycdf/pycdf-0.5.2.ebuild
index bb239fa8f7bc..529620214bb1 100644
--- a/dev-python/pycdf/pycdf-0.5.2.ebuild
+++ b/dev-python/pycdf/pycdf-0.5.2.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/pycdf/pycdf-0.5.2.ebuild,v 1.2 2004/06/25 01:37:36 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pycdf/pycdf-0.5.2.ebuild,v 1.3 2004/12/05 12:24:17 kloeri Exp $
inherit distutils
@@ -17,7 +17,8 @@ KEYWORDS="~x86"
IUSE="doc"
DEPEND="virtual/python
- >=app-sci/netcdf-3.5.0-r3"
+ >=app-sci/netcdf-3.5.0-r3
+ dev-python/numeric"
DOCS="CHANGES doc/pycdf.txt"