diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-10-28 23:10:59 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-10-28 23:10:59 +0000 |
commit | c3ab999c785a157e166dcf1108e0c5b4fba01438 (patch) | |
tree | 65b54d6fe9af5a9f8162020d234f35fb05cfca27 /net-misc/jwhois | |
parent | Version bump #110754 by Christoph Gysin. (diff) | |
download | gentoo-2-c3ab999c785a157e166dcf1108e0c5b4fba01438.tar.gz gentoo-2-c3ab999c785a157e166dcf1108e0c5b4fba01438.tar.bz2 gentoo-2-c3ab999c785a157e166dcf1108e0c5b4fba01438.zip |
amd64/arm/hppa/ia64/s390/x86 stable and install some docs
(Portage version: 2.0.53_rc6)
Diffstat (limited to 'net-misc/jwhois')
-rw-r--r-- | net-misc/jwhois/jwhois-3.2.3.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-misc/jwhois/jwhois-3.2.3.ebuild b/net-misc/jwhois/jwhois-3.2.3.ebuild index f9e101b328f2..7ee83eee2468 100644 --- a/net-misc/jwhois/jwhois-3.2.3.ebuild +++ b/net-misc/jwhois/jwhois-3.2.3.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/jwhois/jwhois-3.2.3.ebuild,v 1.1 2005/08/30 22:45:41 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/jwhois/jwhois-3.2.3.ebuild,v 1.2 2005/10/28 23:10:59 vapier Exp $ DESCRIPTION="Advanced Internet Whois client capable of recursive queries" HOMEPAGE="http://www.gnu.org/software/jwhois/" @@ -8,7 +8,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="~alpha amd64 arm hppa ia64 m68k ~mips ~ppc ~ppc64 s390 sh ~sparc x86" IUSE="nls" DEPEND="" @@ -24,4 +24,5 @@ src_compile() { src_install() { make DESTDIR="${D}" install || die + dodoc AUTHORS ChangeLog NEWS README TODO } |