diff options
Diffstat (limited to 'net-misc/whois')
-rw-r--r-- | net-misc/whois/whois-4.6.6-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/whois/whois-4.6.6-r2.ebuild b/net-misc/whois/whois-4.6.6-r2.ebuild index 6fa963eb4d0e..9ef7a2f44dc3 100644 --- a/net-misc/whois/whois-4.6.6-r2.ebuild +++ b/net-misc/whois/whois-4.6.6-r2.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-misc/whois/whois-4.6.6-r2.ebuild,v 1.1 2003/08/11 20:15:46 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/whois-4.6.6-r2.ebuild,v 1.2 2003/08/28 14:25:50 pvdabeel Exp $ IUSE="nls" MY_P=${P/-/_} @@ -9,7 +9,7 @@ SRC_URI="http://www.linux.it/~md/software/${MY_P}.tar.gz" HOMEPAGE="http://www.linux.it/~md/software/" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~ppc sparc ~mips hppa ~arm" +KEYWORDS="x86 ppc sparc ~mips hppa ~arm" DEPEND=">=sys-apps/sed-4 >=dev-lang/perl-5" |