diff options
author | Pieter van den Abeele <pvdabeel@gentoo.org> | 2003-08-28 14:25:50 +0000 |
---|---|---|
committer | Pieter van den Abeele <pvdabeel@gentoo.org> | 2003-08-28 14:25:50 +0000 |
commit | 25dde9e734633b9511260830d929f07229ea6913 (patch) | |
tree | 973533373e307f857b4199d7bfa1f7d18da16329 /net-misc/whois | |
parent | fix a compilation problem (diff) | |
download | gentoo-2-25dde9e734633b9511260830d929f07229ea6913.tar.gz gentoo-2-25dde9e734633b9511260830d929f07229ea6913.tar.bz2 gentoo-2-25dde9e734633b9511260830d929f07229ea6913.zip |
ppc keyworded
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" |