diff options
author | 2002-04-25 02:07:49 +0000 | |
---|---|---|
committer | 2002-04-25 02:07:49 +0000 | |
commit | e55644350740666b3c38f1efc397a4c3edcdc857 (patch) | |
tree | 9ca5af5919c418232bcd8cfd8ff367f585f74735 /dev-python | |
parent | adding missing vanilla-sources (diff) | |
download | historical-e55644350740666b3c38f1efc397a4c3edcdc857.tar.gz historical-e55644350740666b3c38f1efc397a4c3edcdc857.tar.bz2 historical-e55644350740666b3c38f1efc397a4c3edcdc857.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() { |