diff options
Diffstat (limited to 'dev-python/pytables/pytables-0.9.1.ebuild')
-rw-r--r-- | dev-python/pytables/pytables-0.9.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pytables/pytables-0.9.1.ebuild b/dev-python/pytables/pytables-0.9.1.ebuild index 672abe75795c..e552e1c24ea4 100644 --- a/dev-python/pytables/pytables-0.9.1.ebuild +++ b/dev-python/pytables/pytables-0.9.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pytables/pytables-0.9.1.ebuild,v 1.3 2005/02/07 04:43:45 fserb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pytables/pytables-0.9.1.ebuild,v 1.4 2005/04/20 15:59:13 liquidx Exp $ inherit distutils @@ -11,7 +11,7 @@ HOMEPAGE="http://pytables.sourceforge.net/" DEPEND=">=dev-lang/python-2.2 >=sys-devel/gcc-3.2 sci-libs/hdf5 - dev-python/numarray" + >=dev-python/numarray-1.0" SLOT="0" KEYWORDS="~x86 ~ppc" |