diff options
author | Rick Farina <zerochaos@gentoo.org> | 2014-06-28 17:44:30 +0000 |
---|---|---|
committer | Rick Farina <zerochaos@gentoo.org> | 2014-06-28 17:44:30 +0000 |
commit | b9d62483e2f5e601703b6b1a0f1f337da743655c (patch) | |
tree | 22f9a7d7314bcb17d301e4a2c5142b2162ce58c6 /net-analyzer/metasploit | |
parent | amd64/x86 stable wrt byg #515594 (diff) | |
download | gentoo-2-b9d62483e2f5e601703b6b1a0f1f337da743655c.tar.gz gentoo-2-b9d62483e2f5e601703b6b1a0f1f337da743655c.tar.bz2 gentoo-2-b9d62483e2f5e601703b6b1a0f1f337da743655c.zip |
stop revdep-rebuild from rebuilding for no reason
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key DD11F94A)
Diffstat (limited to 'net-analyzer/metasploit')
-rw-r--r-- | net-analyzer/metasploit/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/metasploit/metasploit-9999.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/net-analyzer/metasploit/ChangeLog b/net-analyzer/metasploit/ChangeLog index 6bb0691d9f48..1e8408ca94c8 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.98 2014/06/28 01:15:56 zerochaos Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/metasploit/ChangeLog,v 1.99 2014/06/28 17:44:30 zerochaos Exp $ + + 28 Jun 2014; Rick Farina <zerochaos@gentoo.org> metasploit-9999.ebuild: + stop revdep-rebuild from rebuilding for no reason 28 Jun 2014; Rick Farina <zerochaos@gentoo.org> metasploit-9999.ebuild: improve msfupdate workflow diff --git a/net-analyzer/metasploit/metasploit-9999.ebuild b/net-analyzer/metasploit/metasploit-9999.ebuild index 156f54c99ddc..0e04f4bf19f7 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.28 2014/06/28 01:15:56 zerochaos Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/metasploit/metasploit-9999.ebuild,v 1.29 2014/06/28 17:44:30 zerochaos Exp $ EAPI="5" @@ -256,6 +256,7 @@ all_ruby_install() { #These dirs contain prebuilt binaries for running on the TARGET not the HOST SEARCH_DIRS_MASK="/usr/lib*/${PN}${SLOT}/data/meterpreter" SEARCH_DIRS_MASK="/usr/lib*/${PN}${SLOT}/data/exploits" + SEARCH_DIRS_MASK="/usr/lib*/${PN}${SLOT}/data/android/libs" EOF } |