diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-11-14 21:28:44 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-11-14 21:28:44 +0000 |
commit | 4e7afc1563e9a06de71fce9ac06e878834251d27 (patch) | |
tree | 863d5a3596a51aa71cf5443f53db363cba236293 /net-www/elinks/elinks-0.4.2.ebuild | |
parent | changed dep from sys-apps/gzip to app-arch/gzip (diff) | |
download | gentoo-2-4e7afc1563e9a06de71fce9ac06e878834251d27.tar.gz gentoo-2-4e7afc1563e9a06de71fce9ac06e878834251d27.tar.bz2 gentoo-2-4e7afc1563e9a06de71fce9ac06e878834251d27.zip |
change dep from sys-apps/gzip to app-arch/gzip
Diffstat (limited to 'net-www/elinks/elinks-0.4.2.ebuild')
-rw-r--r-- | net-www/elinks/elinks-0.4.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-www/elinks/elinks-0.4.2.ebuild b/net-www/elinks/elinks-0.4.2.ebuild index b5d63e95f742..a9a5a9cf085b 100644 --- a/net-www/elinks/elinks-0.4.2.ebuild +++ b/net-www/elinks/elinks-0.4.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/elinks/elinks-0.4.2.ebuild,v 1.6 2003/11/14 20:09:48 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/elinks/elinks-0.4.2.ebuild,v 1.7 2003/11/14 21:27:09 seemant Exp $ IUSE="gpm zlib ssl ipv6 X nls lua" @@ -26,7 +26,7 @@ DEPEND="virtual/glibc RDEPEND="virtual/glibc >=app-arch/bzip2-1.0.2* >=dev-libs/expat-1.95.4* - >=sys-apps/gzip-1.3.3 + >=app-arch/gzip-1.3.3 ssl? ( >=dev-libs/openssl-0.9.6g ) zlib? ( >=sys-libs/zlib-1.1.4 ) lua? ( =dev-lang/lua-4.0* ) |