diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2006-06-12 21:21:54 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2006-06-12 21:21:54 +0000 |
commit | 1eb0d5bf148930078f14f7eeb651817db9a1887d (patch) | |
tree | 37b9d2a11e709ac600491d15608f15d4f8807adf /net-misc/howl | |
parent | Fixed HOMEPAGE and download URL, as well as posted the older ebuilds to modul... (diff) | |
download | gentoo-2-1eb0d5bf148930078f14f7eeb651817db9a1887d.tar.gz gentoo-2-1eb0d5bf148930078f14f7eeb651817db9a1887d.tar.bz2 gentoo-2-1eb0d5bf148930078f14f7eeb651817db9a1887d.zip |
make RESTRICT the same as the other ebuilds
(Portage version: 2.1)
Diffstat (limited to 'net-misc/howl')
-rw-r--r-- | net-misc/howl/howl-0.9.6-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/howl/howl-0.9.6-r2.ebuild b/net-misc/howl/howl-0.9.6-r2.ebuild index a963c2ef4f98..c3e7f2065faa 100644 --- a/net-misc/howl/howl-0.9.6-r2.ebuild +++ b/net-misc/howl/howl-0.9.6-r2.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/howl/howl-0.9.6-r2.ebuild,v 1.14 2005/08/24 20:57:45 plasmaroo Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/howl/howl-0.9.6-r2.ebuild,v 1.15 2006/06/12 21:21:54 mr_bones_ Exp $ inherit eutils flag-o-matic @@ -17,7 +17,7 @@ DEPEND="virtual/libc" # sys-devel/automake - needed if we remove the html docs from /usr/share # sw_log is not provided (Bug #87436) -RESTRICT="maketest" +RESTRICT="test" src_unpack() { unpack ${A} |