diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-10-03 09:55:29 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-10-03 09:55:29 +0000 |
commit | 2a9a38b8e21291a1783864b302c5ea805804c328 (patch) | |
tree | 009910c410bf9644b48cf05e84723edb73590e3a /net-analyzer/argus | |
parent | Stable on alpha. (diff) | |
download | historical-2a9a38b8e21291a1783864b302c5ea805804c328.tar.gz historical-2a9a38b8e21291a1783864b302c5ea805804c328.tar.bz2 historical-2a9a38b8e21291a1783864b302c5ea805804c328.zip |
ppc-macos fix
Diffstat (limited to 'net-analyzer/argus')
-rw-r--r-- | net-analyzer/argus/argus-2.0.5.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-analyzer/argus/argus-2.0.5.ebuild b/net-analyzer/argus/argus-2.0.5.ebuild index f9483b628012..510a2e99abfc 100644 --- a/net-analyzer/argus/argus-2.0.5.ebuild +++ b/net-analyzer/argus/argus-2.0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/argus/argus-2.0.5.ebuild,v 1.8 2004/07/27 02:18:38 j4rg0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/argus/argus-2.0.5.ebuild,v 1.9 2004/10/03 09:53:00 usata Exp $ inherit eutils @@ -10,7 +10,7 @@ HOMEPAGE="http://www.qosient.com/argus/" SRC_URI="ftp://ftp.qosient.com/pub/argus/src/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~amd64" +KEYWORDS="x86 ~amd64 ~ppc-macos" IUSE="" RDEPEND="virtual/libc >=net-libs/libpcap-0.6.2" @@ -37,7 +37,7 @@ src_install () { dobin bin/ra* - use macos && newsbin bin/argus_bpf argus || newsbin bin/argus_linux argus + use ppc-macos && newsbin bin/argus_bpf argus || newsbin bin/argus_linux argus insinto /etc/argus doins support/Config/argus.conf |