diff options
author | Timothy Redaelli <drizzt@gentoo.org> | 2006-11-03 12:11:48 +0000 |
---|---|---|
committer | Timothy Redaelli <drizzt@gentoo.org> | 2006-11-03 12:11:48 +0000 |
commit | d40e7781f700546aad690574333a71f7621b7b0b (patch) | |
tree | e93ccf936ca67b9e78016bfa1886d14ad0c7cc35 /net-analyzer | |
parent | Fixed init script issue caused msfweb not to stop properly. Thank Timothy Red... (diff) | |
download | gentoo-2-d40e7781f700546aad690574333a71f7621b7b0b.tar.gz gentoo-2-d40e7781f700546aad690574333a71f7621b7b0b.tar.bz2 gentoo-2-d40e7781f700546aad690574333a71f7621b7b0b.zip |
Stable on ppc. Bug #153912
(Portage version: 2.1.2_rc1-r2)
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/metasploit/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/metasploit/metasploit-2.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/metasploit/ChangeLog b/net-analyzer/metasploit/ChangeLog index 3d9596bd5399..71b70c02e60d 100644 --- a/net-analyzer/metasploit/ChangeLog +++ b/net-analyzer/metasploit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/metasploit # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/metasploit/ChangeLog,v 1.15 2006/11/03 12:08:57 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/metasploit/ChangeLog,v 1.16 2006/11/03 12:11:48 drizzt Exp $ + + 03 Nov 2006; Timothy Redaelli <drizzt@gentoo.org> metasploit-2.6.ebuild: + Stable on ppc. Bug #153912 03 Nov 2006; Peter Volkov <pva@gentoo.org> files/msfweb.initd: Fixed init script issue caused msfweb not to stop properly. Thank Timothy diff --git a/net-analyzer/metasploit/metasploit-2.6.ebuild b/net-analyzer/metasploit/metasploit-2.6.ebuild index 9267326f473f..4639dfa4ccf1 100644 --- a/net-analyzer/metasploit/metasploit-2.6.ebuild +++ b/net-analyzer/metasploit/metasploit-2.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/metasploit/metasploit-2.6.ebuild,v 1.1 2006/06/14 11:13:54 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/metasploit/metasploit-2.6.ebuild,v 1.2 2006/11/03 12:11:48 drizzt Exp $ MY_P="${P/metasploit/framework}" S="${WORKDIR}/${MY_P}" @@ -10,7 +10,7 @@ SRC_URI="http://metasploit.com/tools/${MY_P}.tar.gz" LICENSE="GPL-2 Artistic" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ppc ~x86" IUSE="" RDEPEND="dev-lang/perl |