diff options
author | Jon Nelson <jnelson@gentoo.org> | 2002-04-25 02:13:23 +0000 |
---|---|---|
committer | Jon Nelson <jnelson@gentoo.org> | 2002-04-25 02:13:23 +0000 |
commit | 66d6c044c4105cba38b601a3ba180b26a35ac258 (patch) | |
tree | 4d57ae3b6be13057e89573afc584b3c1060923d2 /dev-python | |
parent | remove dependency on python (diff) | |
download | gentoo-2-66d6c044c4105cba38b601a3ba180b26a35ac258.tar.gz gentoo-2-66d6c044c4105cba38b601a3ba180b26a35ac258.tar.bz2 gentoo-2-66d6c044c4105cba38b601a3ba180b26a35ac258.zip |
use sys-libs/zlib, not zlib
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 a71a1d91576b..9dc280180a5a 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.2 2002/04/25 02:07:49 jnelson Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-fchksum/python-fchksum-1.6.1.ebuild,v 1.3 2002/04/25 02:13:23 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" +DEPEND="sys-libs/zlib" #RDEPEND="" src_compile() { |