diff options
author | 2005-03-15 14:23:49 +0000 | |
---|---|---|
committer | 2005-03-15 14:23:49 +0000 | |
commit | 65be7b39d657580cc9c9886d0a1f743a9b4f58a1 (patch) | |
tree | f5ecabe76192b5866c88d9ff93c04d97872891cd /net-misc/gwhois | |
parent | Dependency update: net-www/lynx -> www-client/lynx. (diff) | |
download | historical-65be7b39d657580cc9c9886d0a1f743a9b4f58a1.tar.gz historical-65be7b39d657580cc9c9886d0a1f743a9b4f58a1.tar.bz2 historical-65be7b39d657580cc9c9886d0a1f743a9b4f58a1.zip |
Dependency update: net-www/lynx -> www-client/lynx.
Diffstat (limited to 'net-misc/gwhois')
-rw-r--r-- | net-misc/gwhois/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/gwhois/gwhois-20050115.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/gwhois/ChangeLog b/net-misc/gwhois/ChangeLog index 0d5827013321..4bf250214e50 100644 --- a/net-misc/gwhois/ChangeLog +++ b/net-misc/gwhois/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/gwhois # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/gwhois/ChangeLog,v 1.3 2005/01/17 00:47:29 wschlich Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/gwhois/ChangeLog,v 1.4 2005/03/15 14:23:49 seemant Exp $ + + 15 Mar 2005; Seemant Kulleen <seemant@gentoo.org> gwhois-20050115.ebuild: + Dependency update: net-www/lynx -> www-client/lynx. 17 Jan 2005; Wolfram Schlich <wschlich@gentoo.org> gwhois-20050115.ebuild: fix installation of xinetd example config diff --git a/net-misc/gwhois/gwhois-20050115.ebuild b/net-misc/gwhois/gwhois-20050115.ebuild index c3a4494f3675..9be0cf30ae4f 100644 --- a/net-misc/gwhois/gwhois-20050115.ebuild +++ b/net-misc/gwhois/gwhois-20050115.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/gwhois/gwhois-20050115.ebuild,v 1.3 2005/01/17 00:47:29 wschlich Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/gwhois/gwhois-20050115.ebuild,v 1.4 2005/03/15 14:23:49 seemant Exp $ inherit eutils flag-o-matic @@ -11,7 +11,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86" # ~arm ~ia64 ~mips ~ppc64 ~s390 IUSE="" -RDEPEND="net-www/lynx +RDEPEND="www-client/lynx net-misc/curl dev-lang/perl dev-perl/libwww-perl" |