diff options
author | Hannes Mehnert <hannes@gentoo.org> | 2002-11-22 23:26:22 +0000 |
---|---|---|
committer | Hannes Mehnert <hannes@gentoo.org> | 2002-11-22 23:26:22 +0000 |
commit | 907ca6ccbc4173ead633f006256fb1a00807b9a0 (patch) | |
tree | 601a5de9cbd1a8eaaea658e2f41ae4f5f71f6333 /net-misc/whois | |
parent | initial ebuild #10886 (diff) | |
download | gentoo-2-907ca6ccbc4173ead633f006256fb1a00807b9a0.tar.gz gentoo-2-907ca6ccbc4173ead633f006256fb1a00807b9a0.tar.bz2 gentoo-2-907ca6ccbc4173ead633f006256fb1a00807b9a0.zip |
keyworded with x86
Diffstat (limited to 'net-misc/whois')
-rw-r--r-- | net-misc/whois/whois-4.5.33.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/whois/whois-4.5.33.ebuild b/net-misc/whois/whois-4.5.33.ebuild index 5cce1f8f23c2..8da5c3915150 100644 --- a/net-misc/whois/whois-4.5.33.ebuild +++ b/net-misc/whois/whois-4.5.33.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/whois-4.5.33.ebuild,v 1.1 2002/11/21 16:44:58 hannes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/whois-4.5.33.ebuild,v 1.2 2002/11/22 23:26:22 hannes 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 ~sparc64" +KEYWORDS="x86 ~ppc ~sparc ~sparc64" DEPEND=">=sys-devel/perl-5" RDEPEND="virtual/glibc" |