diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-10-19 18:10:35 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-10-19 18:10:35 +0000 |
commit | c6883687b226baa4561f011e68a98ef9a86452a9 (patch) | |
tree | 3f225c30cbd69c9097cd28e0454c467dc2992f23 /net-misc/howl | |
parent | s390 KEYWORDS (Manifest recommit) (diff) | |
download | gentoo-2-c6883687b226baa4561f011e68a98ef9a86452a9.tar.gz gentoo-2-c6883687b226baa4561f011e68a98ef9a86452a9.tar.bz2 gentoo-2-c6883687b226baa4561f011e68a98ef9a86452a9.zip |
hppa/ia64/s390 KEYWORDS
Diffstat (limited to 'net-misc/howl')
-rw-r--r-- | net-misc/howl/howl-0.9.6-r2.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/net-misc/howl/howl-0.9.6-r2.ebuild b/net-misc/howl/howl-0.9.6-r2.ebuild index 2d32946548c5..f17661e4a7d8 100644 --- a/net-misc/howl/howl-0.9.6-r2.ebuild +++ b/net-misc/howl/howl-0.9.6-r2.ebuild @@ -1,18 +1,20 @@ # Copyright 1999-2004 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.1 2004/10/06 23:39:38 latexer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/howl/howl-0.9.6-r2.ebuild,v 1.2 2004/10/19 18:10:35 vapier Exp $ inherit eutils DESCRIPTION="Howl is a cross-platform implementation of the Zeroconf networking standard. Zeroconf brings a new ease of use to IP networking." HOMEPAGE="http://www.porchdogsoft.com/products/howl/" SRC_URI="http://www.porchdogsoft.com/download/${P}.tar.gz" + LICENSE="BSD" SLOT="0" +KEYWORDS="~amd64 ~hppa ~mips ~ia64 ~ppc ~s390 ~sparc ~x86" IUSE="" -KEYWORDS="~x86 ~ppc ~sparc ~amd64 ~mips" -DEPEND="sys-libs/glibc" # sys-devel/automake - needed if we remove the html docs from /usr/share +DEPEND="virtual/libc" +# sys-devel/automake - needed if we remove the html docs from /usr/share src_unpack() { unpack ${A} |