summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Weller <welp@gentoo.org>2007-04-11 13:42:29 +0000
committerPeter Weller <welp@gentoo.org>2007-04-11 13:42:29 +0000
commit56091aa80839b36a5cedbb8a4478f2b9163aa3a7 (patch)
tree2f1f1d498bb40a17884b08ff172a981bed2fc719 /net-analyzer/nessus-core
parentSimplify postinst info messages (diff)
downloadgentoo-2-56091aa80839b36a5cedbb8a4478f2b9163aa3a7.tar.gz
gentoo-2-56091aa80839b36a5cedbb8a4478f2b9163aa3a7.tar.bz2
gentoo-2-56091aa80839b36a5cedbb8a4478f2b9163aa3a7.zip
Keyworded ~x86-fbsd wrt bug 172890
(Portage version: 2.1.2.3)
Diffstat (limited to 'net-analyzer/nessus-core')
-rw-r--r--net-analyzer/nessus-core/ChangeLog5
-rw-r--r--net-analyzer/nessus-core/nessus-core-2.2.9.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/nessus-core/ChangeLog b/net-analyzer/nessus-core/ChangeLog
index 0433a92a1a5d..806291da4c34 100644
--- a/net-analyzer/nessus-core/ChangeLog
+++ b/net-analyzer/nessus-core/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-analyzer/nessus-core
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus-core/ChangeLog,v 1.110 2007/04/03 14:34:03 vanquirius Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus-core/ChangeLog,v 1.111 2007/04/11 13:42:29 welp Exp $
+
+ 11 Apr 2007; Peter Weller <welp@gentoo.org> nessus-core-2.2.9.ebuild:
+ Keyworded ~x86-fbsd wrt bug 172890
*nessus-core-2.2.9 (03 Apr 2007)
diff --git a/net-analyzer/nessus-core/nessus-core-2.2.9.ebuild b/net-analyzer/nessus-core/nessus-core-2.2.9.ebuild
index 16d4c2e1e2ff..fd1e1e7ad7c4 100644
--- a/net-analyzer/nessus-core/nessus-core-2.2.9.ebuild
+++ b/net-analyzer/nessus-core/nessus-core-2.2.9.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/nessus-core/nessus-core-2.2.9.ebuild,v 1.1 2007/04/03 14:34:03 vanquirius Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus-core/nessus-core-2.2.9.ebuild,v 1.2 2007/04/11 13:42:29 welp Exp $
inherit toolchain-funcs eutils
@@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.nessus.org/pub/nessus/nessus-${PV}/src/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="X tcpd debug prelude"
DEPEND="=net-analyzer/nessus-libraries-${PV}
=net-analyzer/libnasl-${PV}