diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-01-31 20:49:07 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-01-31 20:49:07 +0000 |
commit | bdf31f026ab1a7341012b0902f9498c7328320e5 (patch) | |
tree | 695652281d3b5ba8d0b1f334001f423cf2af9ba4 /sys-libs/zlib | |
parent | *** empty log message *** (diff) | |
download | gentoo-2-bdf31f026ab1a7341012b0902f9498c7328320e5.tar.gz gentoo-2-bdf31f026ab1a7341012b0902f9498c7328320e5.tar.bz2 gentoo-2-bdf31f026ab1a7341012b0902f9498c7328320e5.zip |
*** empty log message ***
Diffstat (limited to 'sys-libs/zlib')
-rw-r--r-- | sys-libs/zlib/zlib-1.1.3-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/zlib/zlib-1.1.3-r1.ebuild b/sys-libs/zlib/zlib-1.1.3-r1.ebuild index bae5b75391a7..e1fe6d5b95d3 100644 --- a/sys-libs/zlib/zlib-1.1.3-r1.ebuild +++ b/sys-libs/zlib/zlib-1.1.3-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-libs/zlib/zlib-1.1.3-r1.ebuild,v 1.6 2000/11/30 23:14:00 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/zlib/zlib-1.1.3-r1.ebuild,v 1.7 2001/01/31 20:49:07 achim Exp $ P=zlib-1.1.3 A=${P}.tar.gz @@ -9,7 +9,7 @@ S=${WORKDIR}/${P} DESCRIPTION="Standard (de)compression library" SRC_URI="ftp://ftp.freesoftware.com/pub/infozip/zlib/${A}" -DEPEND=">=sys-libs/glibc-2.1.3" +DEPEND="virtual/glibc" RDEPEND=$DEPEND src_compile() { |