diff options
Diffstat (limited to 'dev-python/pytables/pytables-0.8.1.ebuild')
-rw-r--r-- | dev-python/pytables/pytables-0.8.1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/pytables/pytables-0.8.1.ebuild b/dev-python/pytables/pytables-0.8.1.ebuild index 6b08b69ed5f6..b07e28b9666e 100644 --- a/dev-python/pytables/pytables-0.8.1.ebuild +++ b/dev-python/pytables/pytables-0.8.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# 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.8.1.ebuild,v 1.1 2004/07/16 20:31:00 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pytables/pytables-0.8.1.ebuild,v 1.1.1.1 2005/11/30 10:10:10 chriswhite Exp $ inherit distutils @@ -10,10 +10,10 @@ HOMEPAGE="http://pytables.sourceforge.net/" DEPEND=">=dev-lang/python-2.2 >=sys-devel/gcc-3.2 - dev-libs/hdf5 + sci-libs/hdf5 dev-python/numarray" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~x86 ~ppc" LICENSE="as-is" IUSE="" |