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 | af74dbeb31c56f113086f511779ab97ebdea4062 (patch) | |
tree | 0fc57b8fd0a87487cd430f8e2f2a3137b24ee2d7 /net-analyzer/argus | |
parent | Stable on alpha. (Manifest recommit) (diff) | |
download | gentoo-2-af74dbeb31c56f113086f511779ab97ebdea4062.tar.gz gentoo-2-af74dbeb31c56f113086f511779ab97ebdea4062.tar.bz2 gentoo-2-af74dbeb31c56f113086f511779ab97ebdea4062.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 |