diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-02-16 20:49:17 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-02-16 20:49:17 +0000 |
commit | ec47dfe37d7df0c5196b3df3247f14d176280138 (patch) | |
tree | bd0dad30548e2454cef37921c9249546599e6ae9 /dev-python/pytables/pytables-0.7.2.ebuild | |
parent | repoman: Trim trailing whitespace (diff) | |
download | historical-ec47dfe37d7df0c5196b3df3247f14d176280138.tar.gz historical-ec47dfe37d7df0c5196b3df3247f14d176280138.tar.bz2 historical-ec47dfe37d7df0c5196b3df3247f14d176280138.zip |
don't set S to default; repoman: Fix leading whitespace
Diffstat (limited to 'dev-python/pytables/pytables-0.7.2.ebuild')
-rw-r--r-- | dev-python/pytables/pytables-0.7.2.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/dev-python/pytables/pytables-0.7.2.ebuild b/dev-python/pytables/pytables-0.7.2.ebuild index 1d7b60701889..36af9111cc80 100644 --- a/dev-python/pytables/pytables-0.7.2.ebuild +++ b/dev-python/pytables/pytables-0.7.2.ebuild @@ -1,18 +1,17 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pytables/pytables-0.7.2.ebuild,v 1.1 2004/02/15 15:50:22 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pytables/pytables-0.7.2.ebuild,v 1.2 2004/02/16 20:49:17 mr_bones_ Exp $ inherit distutils -S=${WORKDIR}/${P} DESCRIPTION="Module for Python that use HDF5" SRC_URI="mirror://sourceforge/pytables/${P}.tar.gz" HOMEPAGE="http://pytables.sourceforge.net/" DEPEND=">=dev-lang/python-2.2 - >=sys-devel/gcc-3.2 - dev-libs/hdf5 - dev-python/numarray" + >=sys-devel/gcc-3.2 + dev-libs/hdf5 + dev-python/numarray" SLOT="0" KEYWORDS="~x86" |