diff options
author | Daniel Black <dragonheart@gentoo.org> | 2004-07-30 23:15:55 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2004-07-30 23:15:55 +0000 |
commit | 97694c88daf8fbce4837644d2f9938f3bfeb606d (patch) | |
tree | 6f088fcbb7bd331f44a5a16bc87965d60c5a9d35 /net-misc/jwhois/jwhois-3.2.2.ebuild | |
parent | removed elfsh package.mask (diff) | |
download | gentoo-2-97694c88daf8fbce4837644d2f9938f3bfeb606d.tar.gz gentoo-2-97694c88daf8fbce4837644d2f9938f3bfeb606d.tar.bz2 gentoo-2-97694c88daf8fbce4837644d2f9938f3bfeb606d.zip |
Changed SRC_URI to mirror://gnu/ and RESTRICT=nomirror. ppc64 removed from jwhois-3.2.2 as no stable glibc exists.
Diffstat (limited to 'net-misc/jwhois/jwhois-3.2.2.ebuild')
-rw-r--r-- | net-misc/jwhois/jwhois-3.2.2.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net-misc/jwhois/jwhois-3.2.2.ebuild b/net-misc/jwhois/jwhois-3.2.2.ebuild index acc5c9e94acb..f09a1d6dfcbc 100644 --- a/net-misc/jwhois/jwhois-3.2.2.ebuild +++ b/net-misc/jwhois/jwhois-3.2.2.ebuild @@ -1,17 +1,17 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/jwhois/jwhois-3.2.2.ebuild,v 1.15 2004/07/30 04:06:18 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/jwhois/jwhois-3.2.2.ebuild,v 1.16 2004/07/30 23:15:55 dragonheart Exp $ inherit gnuconfig DESCRIPTION="Advanced Internet Whois client capable of recursive queries" HOMEPAGE="http://www.gnu.org/software/jwhois/" -SRC_URI="mirror://gentoo/${P}.tar.gz - ftp://ftp.gnu.org/gnu/${PN}/${P}.tar.gz" - +SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" +RESTRICT="nomirror" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ppc sparc ~mips alpha arm hppa amd64 ia64 ppc64" +KEYWORDS="x86 ppc sparc ~mips alpha arm hppa amd64 ia64" +#KEYWORDS="x86 ppc sparc ~mips alpha arm hppa amd64 ia64 ppc64" IUSE="nls" DEPEND="virtual/libc" |