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 9E0BB13829C for ; Mon, 13 Jun 2016 04:37:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D643EE0B20; Mon, 13 Jun 2016 04:37:46 +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 9898DE0B1F for ; Mon, 13 Jun 2016 04:37:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 229CA340139 for ; Mon, 13 Jun 2016 04:37:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 43DFF2413 for ; Mon, 13 Jun 2016 04:37:30 +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: <1465792626.509d45ca6c48ecec4aa5311379cfa8cab2588303.zerochaos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/crack/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/crack/crack-0.4.3.ebuild X-VCS-Directories: dev-ruby/crack/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Richard Farina X-VCS-Revision: 509d45ca6c48ecec4aa5311379cfa8cab2588303 X-VCS-Branch: master Date: Mon, 13 Jun 2016 04:37:30 +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: 3f3b8efd-5748-4344-a351-6f501666d333 X-Archives-Hash: 505b2de8396482650f7f36aa96e7e667 commit: 509d45ca6c48ecec4aa5311379cfa8cab2588303 Author: Zero_Chaos gentoo org> AuthorDate: Mon Jun 13 03:48:30 2016 +0000 Commit: Richard Farina gentoo org> CommitDate: Mon Jun 13 04:37:06 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=509d45ca dev-ruby/crack: adding ~arm Package-Manager: portage-2.3.0_rc1 dev-ruby/crack/crack-0.4.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/crack/crack-0.4.3.ebuild b/dev-ruby/crack/crack-0.4.3.ebuild index f6ff5a3..5477fb7 100644 --- a/dev-ruby/crack/crack-0.4.3.ebuild +++ b/dev-ruby/crack/crack-0.4.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -16,7 +16,7 @@ HOMEPAGE="https://github.com/jnunemaker/crack" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" ruby_add_bdepend "test? ( dev-ruby/minitest )"