diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-06-17 11:12:33 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-06-17 11:12:33 +0000 |
commit | 5785b0228e30617ec06611edade6d96939367e4b (patch) | |
tree | 46786a4e6a52e204f9ac87ec109f947abb380272 /net-analyzer/ipaudit/ipaudit-1.0_beta2.ebuild | |
parent | Drop ia64 keyword as nobody has hardware to test (diff) | |
download | gentoo-2-5785b0228e30617ec06611edade6d96939367e4b.tar.gz gentoo-2-5785b0228e30617ec06611edade6d96939367e4b.tar.bz2 gentoo-2-5785b0228e30617ec06611edade6d96939367e4b.zip |
x86 stable wrt #181590
(Portage version: 2.1.3_rc3)
Diffstat (limited to 'net-analyzer/ipaudit/ipaudit-1.0_beta2.ebuild')
-rw-r--r-- | net-analyzer/ipaudit/ipaudit-1.0_beta2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/ipaudit/ipaudit-1.0_beta2.ebuild b/net-analyzer/ipaudit/ipaudit-1.0_beta2.ebuild index 4be5231ee749..51f6ec419805 100644 --- a/net-analyzer/ipaudit/ipaudit-1.0_beta2.ebuild +++ b/net-analyzer/ipaudit/ipaudit-1.0_beta2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ipaudit/ipaudit-1.0_beta2.ebuild,v 1.5 2007/06/14 01:09:47 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ipaudit/ipaudit-1.0_beta2.ebuild,v 1.6 2007/06/17 11:12:33 armin76 Exp $ inherit eutils DESCRIPTION="IPAudit monitors network activity on a network by host, protocol and port." @@ -9,7 +9,7 @@ MY_P="${PN}-${PV/_beta/BETA}" SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ppc ~x86" +KEYWORDS="~amd64 ppc x86" IUSE="mysql" DEPEND="virtual/libpcap mysql? ( virtual/mysql )" |