diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2006-06-21 19:00:26 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2006-06-21 19:00:26 +0000 |
commit | c009d278807ec84c7f5eb8f82e5ca59cf512471b (patch) | |
tree | 538a0faf6c1dfb2f8166e741eca72fd5e62acbdb /net-analyzer/base/base-1.2.4.ebuild | |
parent | Version bumped. Closes #115977. (diff) | |
download | gentoo-2-c009d278807ec84c7f5eb8f82e5ca59cf512471b.tar.gz gentoo-2-c009d278807ec84c7f5eb8f82e5ca59cf512471b.tar.bz2 gentoo-2-c009d278807ec84c7f5eb8f82e5ca59cf512471b.zip |
Added ~ppc wrt bug 134568
(Portage version: 2.1)
Diffstat (limited to 'net-analyzer/base/base-1.2.4.ebuild')
-rw-r--r-- | net-analyzer/base/base-1.2.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/base/base-1.2.4.ebuild b/net-analyzer/base/base-1.2.4.ebuild index 8eac40f9f53b..2589c4ffc1ff 100644 --- a/net-analyzer/base/base-1.2.4.ebuild +++ b/net-analyzer/base/base-1.2.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/base/base-1.2.4.ebuild,v 1.1 2006/03/27 00:08:04 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/base/base-1.2.4.ebuild,v 1.2 2006/06/21 19:00:26 nixnut Exp $ inherit webapp versionator eutils depend.apache depend.php @@ -13,7 +13,7 @@ DESCRIPTION="A web-based front-end to the Snort IDS." HOMEPAGE="http://base.secureideas.net" SRC_URI="mirror://sourceforge/secureideas/${P}.tar.gz" LICENSE="GPL-2" -KEYWORDS="~x86 ~amd64" +KEYWORDS="~amd64 ~ppc ~x86" # SLOT is intentionally omitted because this package uses webapp-config DBTYPES="mssql mysql oracle postgres" |