diff options
-rw-r--r-- | net-analyzer/libnasl/ChangeLog | 7 | ||||
-rw-r--r-- | net-analyzer/libnasl/libnasl-2.2.6.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-analyzer/libnasl/ChangeLog b/net-analyzer/libnasl/ChangeLog index c380bf0545d4..210e886c706d 100644 --- a/net-analyzer/libnasl/ChangeLog +++ b/net-analyzer/libnasl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/libnasl -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/libnasl/ChangeLog,v 1.72 2005/12/24 16:00:00 hansmi Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/libnasl/ChangeLog,v 1.73 2006/02/07 20:46:13 blubb Exp $ + + 07 Feb 2006; Simon Stelling <blubb@gentoo.org> libnasl-2.2.6.ebuild: + stable on amd64 24 Dec 2005; Michael Hanselmann <hansmi@gentoo.org> libnasl-2.2.6.ebuild: Stable on ppc. diff --git a/net-analyzer/libnasl/libnasl-2.2.6.ebuild b/net-analyzer/libnasl/libnasl-2.2.6.ebuild index 92093f2ec2f5..dcb6235836b6 100644 --- a/net-analyzer/libnasl/libnasl-2.2.6.ebuild +++ b/net-analyzer/libnasl/libnasl-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/libnasl/libnasl-2.2.6.ebuild,v 1.6 2005/12/24 16:00:00 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/libnasl/libnasl-2.2.6.ebuild,v 1.7 2006/02/07 20:46:13 blubb Exp $ inherit toolchain-funcs @@ -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="" DEPEND="=net-analyzer/nessus-libraries-${PV}" |