diff options
author | 2014-04-11 02:42:07 +0000 | |
---|---|---|
committer | 2014-04-11 02:42:07 +0000 | |
commit | 7715ca49f96bf2868eeaf1657b3899a1dcec5b8b (patch) | |
tree | 3d05429647ac3642dfc3a6cc7d46a72b5b455e98 | |
parent | update live for new dep (diff) | |
download | gentoo-2-7715ca49f96bf2868eeaf1657b3899a1dcec5b8b.tar.gz gentoo-2-7715ca49f96bf2868eeaf1657b3899a1dcec5b8b.tar.bz2 gentoo-2-7715ca49f96bf2868eeaf1657b3899a1dcec5b8b.zip |
dep should have been = not >=
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key DD11F94A)
-rw-r--r-- | net-analyzer/metasploit/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/metasploit/metasploit-9999.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/metasploit/ChangeLog b/net-analyzer/metasploit/ChangeLog index a270666f6241..41b584891287 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.82 2014/04/11 02:36:58 zerochaos Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/metasploit/ChangeLog,v 1.83 2014/04/11 02:42:07 zerochaos Exp $ + + 11 Apr 2014; Rick Farina <zerochaos@gentoo.org> metasploit-9999.ebuild: + dep should have been = not >= 11 Apr 2014; Rick Farina <zerochaos@gentoo.org> metasploit-9999.ebuild: update live for new dep diff --git a/net-analyzer/metasploit/metasploit-9999.ebuild b/net-analyzer/metasploit/metasploit-9999.ebuild index a96c6c37c355..5d6670fdac85 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.15 2014/04/11 02:36:58 zerochaos Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/metasploit/metasploit-9999.ebuild,v 1.16 2014/04/11 02:42:07 zerochaos Exp $ EAPI="5" @@ -32,7 +32,7 @@ IUSE="development +java lorcon oracle +pcap test" RESTRICT="test" RUBY_COMMON_DEPEND="virtual/ruby-ssl - >=dev-ruby/rkelly-remix-0.0.6 + =dev-ruby/rkelly-remix-0.0.6 dev-ruby/activesupport:3.2 dev-ruby/activerecord:3.2 dev-ruby/json |