diff options
author | Rick Farina <zerochaos@gentoo.org> | 2014-04-13 04:23:44 +0000 |
---|---|---|
committer | Rick Farina <zerochaos@gentoo.org> | 2014-04-13 04:23:44 +0000 |
commit | 407b9c03ea216476358e53e8a50b5b1527f2301e (patch) | |
tree | d082e483e226308575afdebf81da14767e156e19 /net-analyzer/metasploit | |
parent | bumped and cleaned (diff) | |
download | gentoo-2-407b9c03ea216476358e53e8a50b5b1527f2301e.tar.gz gentoo-2-407b9c03ea216476358e53e8a50b5b1527f2301e.tar.bz2 gentoo-2-407b9c03ea216476358e53e8a50b5b1527f2301e.zip |
add missing dep on bcrypt-ruby
(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 | 6 | ||||
-rw-r--r-- | net-analyzer/metasploit/metasploit-4.9.2.ebuild | 3 | ||||
-rw-r--r-- | net-analyzer/metasploit/metasploit-9999.ebuild | 3 |
3 files changed, 9 insertions, 3 deletions
diff --git a/net-analyzer/metasploit/ChangeLog b/net-analyzer/metasploit/ChangeLog index 3b17e37f2f57..ebad8e6096d8 100644 --- a/net-analyzer/metasploit/ChangeLog +++ b/net-analyzer/metasploit/ChangeLog @@ -1,6 +1,10 @@ # 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.85 2014/04/11 17:38:42 zerochaos Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/metasploit/ChangeLog,v 1.86 2014/04/13 04:23:44 zerochaos Exp $ + + 13 Apr 2014; Rick Farina <zerochaos@gentoo.org> metasploit-4.9.2.ebuild, + metasploit-9999.ebuild: + add missing dep on bcrypt-ruby *metasploit-4.9.2 (11 Apr 2014) diff --git a/net-analyzer/metasploit/metasploit-4.9.2.ebuild b/net-analyzer/metasploit/metasploit-4.9.2.ebuild index 7200b3aef24c..de9ac972c1d1 100644 --- a/net-analyzer/metasploit/metasploit-4.9.2.ebuild +++ b/net-analyzer/metasploit/metasploit-4.9.2.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-4.9.2.ebuild,v 1.1 2014/04/11 17:38:42 zerochaos Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/metasploit/metasploit-4.9.2.ebuild,v 1.2 2014/04/13 04:23:44 zerochaos Exp $ EAPI="5" @@ -31,6 +31,7 @@ IUSE="development +java lorcon oracle +pcap test" RESTRICT="test" RUBY_COMMON_DEPEND="virtual/ruby-ssl + dev-ruby/bcrypt-ruby dev-ruby/activesupport:3.2 dev-ruby/activerecord:3.2 dev-ruby/json diff --git a/net-analyzer/metasploit/metasploit-9999.ebuild b/net-analyzer/metasploit/metasploit-9999.ebuild index f9059ba53e0d..2584959bd7b2 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.17 2014/04/11 03:32:23 zerochaos Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/metasploit/metasploit-9999.ebuild,v 1.18 2014/04/13 04:23:44 zerochaos Exp $ EAPI="5" @@ -32,6 +32,7 @@ RESTRICT="test" RUBY_COMMON_DEPEND="virtual/ruby-ssl =dev-ruby/rkelly-remix-0.0.6 + dev-ruby/bcrypt-ruby dev-ruby/activesupport:3.2 dev-ruby/activerecord:3.2 dev-ruby/json |