diff options
Diffstat (limited to 'net-misc/whois/whois-4.5.28.ebuild')
-rw-r--r-- | net-misc/whois/whois-4.5.28.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-misc/whois/whois-4.5.28.ebuild b/net-misc/whois/whois-4.5.28.ebuild index d50e1f183daf..01ed0428d77f 100644 --- a/net-misc/whois/whois-4.5.28.ebuild +++ b/net-misc/whois/whois-4.5.28.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: <bangert@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/whois-4.5.28.ebuild,v 1.1 2002/06/25 10:39:03 bangert Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/whois-4.5.28.ebuild,v 1.2 2002/07/09 11:28:56 phoenix Exp $ A=whois_${PV}.tar.gz S=${WORKDIR}/${P} @@ -10,6 +10,7 @@ SRC_URI="ftp://ftp.debian.org/debian/pool/main/w/whois/${A}" HOMEPAGE="http://www.linux.it/~md/software/" LICENSE="GPL-2" SLOT="0" +KEYWORDS="x86" DEPEND="virtual/glibc >=sys-devel/perl-5" RDEPEND="virtual/glibc" @@ -42,4 +43,4 @@ src_install() { doman mkpasswd.1 dodoc README TODO debian/changelog debian/copyright -}
\ No newline at end of file +} |