diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2005-07-02 18:33:08 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2005-07-02 18:33:08 +0000 |
commit | e0dbc1f467dbb76f293fc1ac529ec7e712100c16 (patch) | |
tree | 06d307a37849cfa3c82a214891da70f64c75482b /net-analyzer/nessus-core | |
parent | fix wrapper script (diff) | |
download | gentoo-2-e0dbc1f467dbb76f293fc1ac529ec7e712100c16.tar.gz gentoo-2-e0dbc1f467dbb76f293fc1ac529ec7e712100c16.tar.bz2 gentoo-2-e0dbc1f467dbb76f293fc1ac529ec7e712100c16.zip |
Stable on alpha.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-analyzer/nessus-core')
-rw-r--r-- | net-analyzer/nessus-core/ChangeLog | 6 | ||||
-rw-r--r-- | net-analyzer/nessus-core/nessus-core-2.2.4-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-analyzer/nessus-core/ChangeLog b/net-analyzer/nessus-core/ChangeLog index 9bd06a53a707..9ca43ce534a3 100644 --- a/net-analyzer/nessus-core/ChangeLog +++ b/net-analyzer/nessus-core/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/nessus-core # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus-core/ChangeLog,v 1.78 2005/06/21 06:40:00 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus-core/ChangeLog,v 1.79 2005/07/02 18:29:36 kloeri Exp $ + + 02 Jul 2005; Bryan Østergaard <kloeri@gentoo.org> + nessus-core-2.2.4-r1.ebuild: + Stable on alpha. 21 Jun 2005; Markus Rothe <corsair@gentoo.org> nessus-core-2.2.4-r1.ebuild: diff --git a/net-analyzer/nessus-core/nessus-core-2.2.4-r1.ebuild b/net-analyzer/nessus-core/nessus-core-2.2.4-r1.ebuild index 241c8725577b..b19c68da253d 100644 --- a/net-analyzer/nessus-core/nessus-core-2.2.4-r1.ebuild +++ b/net-analyzer/nessus-core/nessus-core-2.2.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 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.4-r1.ebuild,v 1.8 2005/06/21 06:40:00 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus-core/nessus-core-2.2.4-r1.ebuild,v 1.9 2005/07/02 18:29:36 kloeri Exp $ inherit toolchain-funcs eutils gnuconfig @@ -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" IUSE="X tcpd gtk2 debug" DEPEND="=net-analyzer/nessus-libraries-${PV} =net-analyzer/libnasl-${PV} |