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 DE3201386CC for ; Mon, 7 Sep 2015 21:56:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 611E81428D; Mon, 7 Sep 2015 21:56:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 516AC1425A for ; Mon, 7 Sep 2015 21:56:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7FD63340854 for ; Mon, 7 Sep 2015 21:56:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2833C18D for ; Mon, 7 Sep 2015 21:56:31 +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: <1441662969.edd544ea35626f6db288191553a2bde8d9b92047.zerochaos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/net-ssh/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/net-ssh/net-ssh-2.10.0.ebuild X-VCS-Directories: dev-ruby/net-ssh/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Richard Farina X-VCS-Revision: edd544ea35626f6db288191553a2bde8d9b92047 X-VCS-Branch: master Date: Mon, 7 Sep 2015 21:56:31 +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: 6a449bbd-a130-47be-b516-e2fee6aecf68 X-Archives-Hash: 2bd4dc9ac7433530903ce24b0511cf1a commit: edd544ea35626f6db288191553a2bde8d9b92047 Author: Zero_Chaos gentoo org> AuthorDate: Mon Sep 7 19:43:17 2015 +0000 Commit: Richard Farina gentoo org> CommitDate: Mon Sep 7 21:56:09 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edd544ea dev-ruby/net-ssh: adding ~arm Package-Manager: portage-2.2.20.1 dev-ruby/net-ssh/net-ssh-2.10.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/net-ssh/net-ssh-2.10.0.ebuild b/dev-ruby/net-ssh/net-ssh-2.10.0.ebuild index 61f2c52..dec8d5a 100644 --- a/dev-ruby/net-ssh/net-ssh-2.10.0.ebuild +++ b/dev-ruby/net-ssh/net-ssh-2.10.0.ebuild @@ -20,7 +20,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> net-ssh-git-${P LICENSE="GPL-2" SLOT="2.6" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="test" ruby_add_rdepend "virtual/ruby-ssl"