diff options
author | George Shapovalov <george@gentoo.org> | 2006-06-11 15:33:29 +0000 |
---|---|---|
committer | George Shapovalov <george@gentoo.org> | 2006-06-11 15:33:29 +0000 |
commit | 4e8345695d4ad87fd5d843f19f06ebfa40364bd7 (patch) | |
tree | f032963e2c2b7028c61a3776859b1ac65815f7d0 /net-dns/host/host-991529.ebuild | |
parent | updating at kugelfangs request (diff) | |
download | gentoo-2-4e8345695d4ad87fd5d843f19f06ebfa40364bd7.tar.gz gentoo-2-4e8345695d4ad87fd5d843f19f06ebfa40364bd7.tar.bz2 gentoo-2-4e8345695d4ad87fd5d843f19f06ebfa40364bd7.zip |
changed RESTRICT=maketest to test (#136419)
(Portage version: 2.1)
Diffstat (limited to 'net-dns/host/host-991529.ebuild')
-rw-r--r-- | net-dns/host/host-991529.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-dns/host/host-991529.ebuild b/net-dns/host/host-991529.ebuild index 69d8b6b4058c..e135770410cb 100644 --- a/net-dns/host/host-991529.ebuild +++ b/net-dns/host/host-991529.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/host/host-991529.ebuild,v 1.1 2005/07/15 10:19:20 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/host/host-991529.ebuild,v 1.2 2006/06/11 15:33:29 george Exp $ # This is somewhat old tool, has not been changed since 1999, # Still looks like host from bind does not provide all possible functionality # at least xtraceroute wants LOC support, which is provided by this tool. -# This is the homepage for xtraceroute, not host, but that's best I can do - +# This is the homepage for xtraceroute, not host, but that's the best I can do - # at least it is mentioned there. inherit toolchain-funcs @@ -20,7 +20,7 @@ SLOT="0" KEYWORDS="alpha amd64 hppa mips ppc ppc64 sparc x86" IUSE="" -RESTRICT="maketest" +RESTRICT="test" DEPEND=">=sys-apps/sed-4" |