diff options
author | Simon Stelling <blubb@gentoo.org> | 2006-02-07 20:46:06 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2006-02-07 20:46:06 +0000 |
commit | af839c340e8ad7ab0ea41a0b47d80d48015e4d50 (patch) | |
tree | 01c1b1d9d8c155fa50c5a446d202c34ffc298c7e /net-analyzer/nessus-libraries | |
parent | stable amd64 (diff) | |
download | historical-af839c340e8ad7ab0ea41a0b47d80d48015e4d50.tar.gz historical-af839c340e8ad7ab0ea41a0b47d80d48015e4d50.tar.bz2 historical-af839c340e8ad7ab0ea41a0b47d80d48015e4d50.zip |
stable amd64
Package-Manager: portage-2.1_pre4-r1
Diffstat (limited to 'net-analyzer/nessus-libraries')
-rw-r--r-- | net-analyzer/nessus-libraries/ChangeLog | 8 | ||||
-rw-r--r-- | net-analyzer/nessus-libraries/nessus-libraries-2.2.6.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/net-analyzer/nessus-libraries/ChangeLog b/net-analyzer/nessus-libraries/ChangeLog index 4840df9451d5..14eceef2d946 100644 --- a/net-analyzer/nessus-libraries/ChangeLog +++ b/net-analyzer/nessus-libraries/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/nessus-libraries -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus-libraries/ChangeLog,v 1.75 2005/12/24 15:58:22 hansmi Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus-libraries/ChangeLog,v 1.76 2006/02/07 20:46:06 blubb Exp $ + + 07 Feb 2006; Simon Stelling <blubb@gentoo.org> + nessus-libraries-2.2.6.ebuild: + stable on amd64 24 Dec 2005; Michael Hanselmann <hansmi@gentoo.org> nessus-libraries-2.2.6.ebuild: diff --git a/net-analyzer/nessus-libraries/nessus-libraries-2.2.6.ebuild b/net-analyzer/nessus-libraries/nessus-libraries-2.2.6.ebuild index 1de3c45b022b..27133f791cfd 100644 --- a/net-analyzer/nessus-libraries/nessus-libraries-2.2.6.ebuild +++ b/net-analyzer/nessus-libraries/nessus-libraries-2.2.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus-libraries/nessus-libraries-2.2.6.ebuild,v 1.6 2005/12/24 15:58:22 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus-libraries/nessus-libraries-2.2.6.ebuild,v 1.7 2006/02/07 20:46:06 blubb Exp $ inherit toolchain-funcs @@ -9,7 +9,7 @@ HOMEPAGE="http://www.nessus.org/" SRC_URI="ftp://ftp.nessus.org/pub/nessus/nessus-${PV}/src/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="alpha ~amd64 ppc ppc64 sparc x86" +KEYWORDS="alpha amd64 ppc ppc64 sparc x86" IUSE="" # Hard dep on SSL since libnasl won't compile when this package is emerged -ssl. |