diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2002-04-25 14:55:33 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2002-04-25 14:55:33 +0000 |
commit | 9e4f694c16afec0caee81cae0aed05f38187acf2 (patch) | |
tree | afd6313e892b0611095b1bac354e5f76144801e1 /dev-python | |
parent | New version. (diff) | |
download | gentoo-2-9e4f694c16afec0caee81cae0aed05f38187acf2.tar.gz gentoo-2-9e4f694c16afec0caee81cae0aed05f38187acf2.tar.bz2 gentoo-2-9e4f694c16afec0caee81cae0aed05f38187acf2.zip |
fixo #3
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/python-fchksum/python-fchksum-1.6.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/python-fchksum/python-fchksum-1.6.1.ebuild b/dev-python/python-fchksum/python-fchksum-1.6.1.ebuild index 3624e1d0d178..0b0c812e0b9e 100644 --- a/dev-python/python-fchksum/python-fchksum-1.6.1.ebuild +++ b/dev-python/python-fchksum/python-fchksum-1.6.1.ebuild @@ -1,14 +1,14 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Jon Nelson <jnelson@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-fchksum/python-fchksum-1.6.1.ebuild,v 1.4 2002/04/25 02:26:16 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-fchksum/python-fchksum-1.6.1.ebuild,v 1.5 2002/04/25 14:55:33 drobbins Exp $ S=${WORKDIR}/${P} DESCRIPTION="fchksum is a Python module to find the checksum of files." SRC_URI="http://www.azstarnet.com/~donut/programs/fchksum/${P}.tar.gz" HOMEPAGE="http://www.azstarnet.com/~donut/programs/fchksum.html" -DEPEND="sys-libs/zlib dev-lang/python" +DEPEND="sys-libs/zlib" #RDEPEND="" src_compile() { |