From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 409A4138334 for ; Tue, 15 Oct 2019 17:20:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5768DE0856; Tue, 15 Oct 2019 17:20:23 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EC117E0856 for ; Tue, 15 Oct 2019 17:20:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B974034BE0E for ; Tue, 15 Oct 2019 17:20:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E7CAC7FE for ; Tue, 15 Oct 2019 17:20:00 +0000 (UTC) From: "Rick Farina" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Rick Farina" Message-ID: <1571160002.cf64bf2c90c4209a15e04b45255b39b70ae2aef2.zerochaos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/metasploit/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/metasploit/metasploit-4.17.21-r5.ebuild net-analyzer/metasploit/metasploit-4.17.21-r6.ebuild net-analyzer/metasploit/metasploit-9999.ebuild X-VCS-Directories: net-analyzer/metasploit/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Rick Farina X-VCS-Revision: cf64bf2c90c4209a15e04b45255b39b70ae2aef2 X-VCS-Branch: master Date: Tue, 15 Oct 2019 17:20:00 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 13255b7f-b54e-4d90-8153-393c0e7a0fb4 X-Archives-Hash: e9994b7d8830b7c42035c687a82a79e1 commit: cf64bf2c90c4209a15e04b45255b39b70ae2aef2 Author: Rick Farina gentoo org> AuthorDate: Tue Oct 15 17:19:50 2019 +0000 Commit: Rick Farina gentoo org> CommitDate: Tue Oct 15 17:20:02 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf64bf2c net-analyzer/metasploit: fix faker dep Package-Manager: Portage-2.3.77, Repoman-2.3.17 Signed-off-by: Rick Farina gentoo.org> .../{metasploit-4.17.21-r5.ebuild => metasploit-4.17.21-r6.ebuild} | 2 +- net-analyzer/metasploit/metasploit-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-analyzer/metasploit/metasploit-4.17.21-r5.ebuild b/net-analyzer/metasploit/metasploit-4.17.21-r6.ebuild similarity index 99% rename from net-analyzer/metasploit/metasploit-4.17.21-r5.ebuild rename to net-analyzer/metasploit/metasploit-4.17.21-r6.ebuild index e980b733098..6a54bb42043 100644 --- a/net-analyzer/metasploit/metasploit-4.17.21-r5.ebuild +++ b/net-analyzer/metasploit/metasploit-4.17.21-r6.ebuild @@ -44,7 +44,7 @@ RUBY_COMMON_DEPEND="virtual/ruby-ssl dev-ruby/bit-struct dev-ruby/bundler dev-ruby/dnsruby - dev-ruby/faker + dev-ruby/faker:0 dev-ruby/faraday dev-ruby/filesize:* dev-ruby/jsobfu:* diff --git a/net-analyzer/metasploit/metasploit-9999.ebuild b/net-analyzer/metasploit/metasploit-9999.ebuild index 49691b5c074..407b7303e0f 100644 --- a/net-analyzer/metasploit/metasploit-9999.ebuild +++ b/net-analyzer/metasploit/metasploit-9999.ebuild @@ -44,7 +44,7 @@ RUBY_COMMON_DEPEND="virtual/ruby-ssl dev-ruby/bit-struct dev-ruby/bundler dev-ruby/dnsruby - dev-ruby/faker + dev-ruby/faker:0 dev-ruby/filesize:* dev-ruby/jsobfu:* dev-ruby/json:*