diff options
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 )" |