diff options
author | Jon Nelson <jnelson@gentoo.org> | 2002-04-25 02:07:49 +0000 |
---|---|---|
committer | Jon Nelson <jnelson@gentoo.org> | 2002-04-25 02:07:49 +0000 |
commit | 8abadd5106b29a597e1af76042f6f691db8071c2 (patch) | |
tree | a94d29b068de50e6f45bc8ff5a7efafb6a048d6e /dev-python | |
parent | adding missing vanilla-sources (diff) | |
download | gentoo-2-8abadd5106b29a597e1af76042f6f691db8071c2.tar.gz gentoo-2-8abadd5106b29a597e1af76042f6f691db8071c2.tar.bz2 gentoo-2-8abadd5106b29a597e1af76042f6f691db8071c2.zip |
remove dependency on python
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 c370f2c5c185..a71a1d91576b 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.1 2002/04/25 01:58:43 jnelson Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-fchksum/python-fchksum-1.6.1.ebuild,v 1.2 2002/04/25 02:07:49 jnelson 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="zlib python" +DEPEND="zlib" #RDEPEND="" src_compile() { |