From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id AD88313829C for ; Mon, 13 Jun 2016 14:41:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 98D93E0965; Mon, 13 Jun 2016 14:41:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 158A3E0965 for ; Mon, 13 Jun 2016 14:41:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BCB5C34069F for ; Mon, 13 Jun 2016 14:41:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2CDF12320 for ; Mon, 13 Jun 2016 14:41:40 +0000 (UTC) From: "Richard 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, "Richard Farina" Message-ID: <1465828889.e67c850d70c6c5fe06b12cd10fd8465e412d2d70.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.12.7.ebuild X-VCS-Directories: net-analyzer/metasploit/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Richard Farina X-VCS-Revision: e67c850d70c6c5fe06b12cd10fd8465e412d2d70 X-VCS-Branch: master Date: Mon, 13 Jun 2016 14:41:40 +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-Archives-Salt: f5264601-7c3a-4579-92b4-2d36b798e5eb X-Archives-Hash: 7ed8ce49250796ae8676b2467ad36da2 commit: e67c850d70c6c5fe06b12cd10fd8465e412d2d70 Author: Zero_Chaos gentoo org> AuthorDate: Mon Jun 13 14:41:29 2016 +0000 Commit: Richard Farina gentoo org> CommitDate: Mon Jun 13 14:41:29 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e67c850d net-analyzer/metasploit: readding dropped ~arm keyword Package-Manager: portage-2.3.0_rc1 net-analyzer/metasploit/metasploit-4.12.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-analyzer/metasploit/metasploit-4.12.7.ebuild b/net-analyzer/metasploit/metasploit-4.12.7.ebuild index 7a0d888..b5c66e5 100644 --- a/net-analyzer/metasploit/metasploit-4.12.7.ebuild +++ b/net-analyzer/metasploit/metasploit-4.12.7.ebuild @@ -21,7 +21,7 @@ else ##Snapshots MY_PV=${PV/_p/-} SRC_URI="https://github.com/rapid7/metasploit-framework/archive/${MY_PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" + KEYWORDS="~amd64 ~arm" RUBY_S="${PN}-framework-${MY_PV}" inherit versionator SLOT="$(get_version_component_range 1).$(get_version_component_range 2)"