diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2002-06-10 23:54:50 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2002-06-10 23:54:50 +0000 |
commit | 6406299ee5dc54e4558ed0d3ab3890f4a6ee4cb9 (patch) | |
tree | e92ce5e130a823982ae6a66ffa17d8f579a7eacf /net-www | |
parent | new sharp version (diff) | |
download | historical-6406299ee5dc54e4558ed0d3ab3890f4a6ee4cb9.tar.gz historical-6406299ee5dc54e4558ed0d3ab3890f4a6ee4cb9.tar.bz2 historical-6406299ee5dc54e4558ed0d3ab3890f4a6ee4cb9.zip |
fixing an mkennedy dep typo
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/lynx/lynx-2.8.4a-r4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-www/lynx/lynx-2.8.4a-r4.ebuild b/net-www/lynx/lynx-2.8.4a-r4.ebuild index f172c302bf6e..c67756f3e644 100644 --- a/net-www/lynx/lynx-2.8.4a-r4.ebuild +++ b/net-www/lynx/lynx-2.8.4a-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-www/lynx/lynx-2.8.4a-r4.ebuild,v 1.1 2002/06/02 21:11:17 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/lynx/lynx-2.8.4a-r4.ebuild,v 1.2 2002/06/10 23:54:50 drobbins Exp $ S=${WORKDIR}/lynx2-8-4 HOMEPAGE="http://lynx.browser.org/" @@ -12,7 +12,7 @@ DEPEND="virtual/glibc >=sys-libs/ncurses-5.1 >=sys-libs/zlib-1.1.3 nls? ( sys-devel/gettext ) - ssl? ( >= dev-libs/openssl-0.9.6 )" + ssl? ( >=dev-libs/openssl-0.9.6 )" src_unpack() { unpack ${A} |