diff options
author | Alastair Tse <liquidx@gentoo.org> | 2005-04-20 15:59:13 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2005-04-20 15:59:13 +0000 |
commit | 3cc5bbf35e69420e53d41d8d7c9cc223b11e5942 (patch) | |
tree | 9efc51716f49f19240bacca9393b968384cebec8 /dev-python/pytables/pytables-0.9.1.ebuild | |
parent | Stable x86 for hardened. (diff) | |
download | gentoo-2-3cc5bbf35e69420e53d41d8d7c9cc223b11e5942.tar.gz gentoo-2-3cc5bbf35e69420e53d41d8d7c9cc223b11e5942.tar.bz2 gentoo-2-3cc5bbf35e69420e53d41d8d7c9cc223b11e5942.zip |
fix numarray dep (#72327)
(Portage version: 2.0.51.19)
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" |