diff options
author | Nick Hadaway <raker@gentoo.org> | 2003-01-17 03:29:40 +0000 |
---|---|---|
committer | Nick Hadaway <raker@gentoo.org> | 2003-01-17 03:29:40 +0000 |
commit | fb4bfd1977f94c9dc3571367bc9e2c65263db49b (patch) | |
tree | 53b58be42bcb0113ee66b2950ad9595bb2473d0d /net-analyzer/nessus | |
parent | marked stable (diff) | |
download | historical-fb4bfd1977f94c9dc3571367bc9e2c65263db49b.tar.gz historical-fb4bfd1977f94c9dc3571367bc9e2c65263db49b.tar.bz2 historical-fb4bfd1977f94c9dc3571367bc9e2c65263db49b.zip |
Marked stable for x86
Diffstat (limited to 'net-analyzer/nessus')
-rw-r--r-- | net-analyzer/nessus/nessus-1.2.7.ebuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/net-analyzer/nessus/nessus-1.2.7.ebuild b/net-analyzer/nessus/nessus-1.2.7.ebuild index e9447b3dcd49..a5612a2ead30 100644 --- a/net-analyzer/nessus/nessus-1.2.7.ebuild +++ b/net-analyzer/nessus/nessus-1.2.7.ebuild @@ -1,18 +1,15 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus/nessus-1.2.7.ebuild,v 1.1 2003/01/04 03:31:12 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus/nessus-1.2.7.ebuild,v 1.2 2003/01/17 03:29:40 raker Exp $ S=${WORKDIR}/${PN} - DESCRIPTION="A remote security scanner for Linux" HOMEPAGE="http://www.nessus.org/" - DEPEND="=net-analyzer/nessus-libraries-${PV} =net-analyzer/libnasl-${PV} =net-analyzer/nessus-core-${PV} =net-analyzer/nessus-plugins-${PV}" RDEPEND="" - SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc -sparc " +KEYWORDS="x86 ~ppc -sparc " |