diff options
author | 2014-03-06 15:44:07 +0000 | |
---|---|---|
committer | 2014-03-06 15:44:07 +0000 | |
commit | 49172488d4fa0310528b4eab467e617970948610 (patch) | |
tree | 994ff9a22036fb255cab5029b6ba00af95947bbd /net-analyzer | |
parent | Mask USE=gui and USE=jit for sci-mathematics/octave (bug #503594). (diff) | |
download | gentoo-2-49172488d4fa0310528b4eab467e617970948610.tar.gz gentoo-2-49172488d4fa0310528b4eab467e617970948610.tar.bz2 gentoo-2-49172488d4fa0310528b4eab467e617970948610.zip |
replace failing patch with epatch_user
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key DD11F94A)
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/metasploit/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/metasploit/metasploit-9999.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-analyzer/metasploit/ChangeLog b/net-analyzer/metasploit/ChangeLog index 065cdcf88137..a66b68a50b44 100644 --- a/net-analyzer/metasploit/ChangeLog +++ b/net-analyzer/metasploit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/metasploit # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/metasploit/ChangeLog,v 1.78 2014/02/10 16:35:27 zerochaos Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/metasploit/ChangeLog,v 1.79 2014/03/06 15:44:07 zerochaos Exp $ + + 06 Mar 2014; Rick Farina <zerochaos@gentoo.org> metasploit-9999.ebuild: + replace failing patch with epatch_user 10 Feb 2014; Rick Farina <zerochaos@gentoo.org> metadata.xml, metasploit-9999.ebuild: diff --git a/net-analyzer/metasploit/metasploit-9999.ebuild b/net-analyzer/metasploit/metasploit-9999.ebuild index a655d9e391f7..d081535d53c7 100644 --- a/net-analyzer/metasploit/metasploit-9999.ebuild +++ b/net-analyzer/metasploit/metasploit-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/metasploit/metasploit-9999.ebuild,v 1.11 2014/02/10 16:35:27 zerochaos Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/metasploit/metasploit-9999.ebuild,v 1.12 2014/03/06 15:44:07 zerochaos Exp $ EAPI="5" @@ -120,7 +120,8 @@ all_ruby_unpack() { all_ruby_prepare() { # add psexec patch from pull request 2657 to allow custom exe templates from any files, bypassing most AVs - epatch "${FILESDIR}/agix_psexec_pull-2657.patch" + #epatch "${FILESDIR}/agix_psexec_pull-2657.patch" + epatch_user #unbundle johntheripper, at least it now defaults to running the system version rm -r data/john/run.* |