diff options
author | Tom Gall <tgall@gentoo.org> | 2004-09-26 04:31:52 +0000 |
---|---|---|
committer | Tom Gall <tgall@gentoo.org> | 2004-09-26 04:31:52 +0000 |
commit | 007c4c82e636c4e63ce785faf5773ea94357ccec (patch) | |
tree | 9f45c5ffbc269c5905581809b1cd243db015ca11 /net-analyzer/nessus-plugins | |
parent | added ~ppc64, bug #64104 (diff) | |
download | historical-007c4c82e636c4e63ce785faf5773ea94357ccec.tar.gz historical-007c4c82e636c4e63ce785faf5773ea94357ccec.tar.bz2 historical-007c4c82e636c4e63ce785faf5773ea94357ccec.zip |
stable on ppc64, bug #58014
Diffstat (limited to 'net-analyzer/nessus-plugins')
-rw-r--r-- | net-analyzer/nessus-plugins/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/nessus-plugins/nessus-plugins-2.0.12.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/nessus-plugins/ChangeLog b/net-analyzer/nessus-plugins/ChangeLog index a2684357ee19..713f87eeb713 100644 --- a/net-analyzer/nessus-plugins/ChangeLog +++ b/net-analyzer/nessus-plugins/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/nessus-plugins # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus-plugins/ChangeLog,v 1.35 2004/08/28 14:35:38 eldad Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus-plugins/ChangeLog,v 1.36 2004/09/26 04:30:25 tgall Exp $ + + 25 Sep 2004; Tom Gall <tgall@gentoo.org> nessus-plugins-2.0.12.ebuild: + stable on ppc64, bug #58014 28 Aug 2004; Eldad Zack <eldad@gentoo.org> nessus-plugins-2.1.1.ebuild: x86 stable diff --git a/net-analyzer/nessus-plugins/nessus-plugins-2.0.12.ebuild b/net-analyzer/nessus-plugins/nessus-plugins-2.0.12.ebuild index 336e327eece7..28252fd207fe 100644 --- a/net-analyzer/nessus-plugins/nessus-plugins-2.0.12.ebuild +++ b/net-analyzer/nessus-plugins/nessus-plugins-2.0.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus-plugins/nessus-plugins-2.0.12.ebuild,v 1.5 2004/08/12 22:45:51 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus-plugins/nessus-plugins-2.0.12.ebuild,v 1.6 2004/09/26 04:30:25 tgall Exp $ S=${WORKDIR}/${PN} DESCRIPTION="A remote security scanner for Linux (nessus-plugins)" @@ -11,7 +11,7 @@ DEPEND=">=net-analyzer/nessus-core-${PV}" SLOT="0" IUSE="" LICENSE="GPL-2" -KEYWORDS="x86 ppc sparc alpha ~amd64 ~ppc64" +KEYWORDS="x86 ppc sparc alpha ~amd64 ppc64" src_compile() { econf || die "configure failed" |