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 32CCB139694 for ; Mon, 24 Jul 2017 17:51:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8D5C7E0D43; Mon, 24 Jul 2017 17:51:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 700A1E0D43 for ; Mon, 24 Jul 2017 17:51:39 +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 A35F7341820 for ; Mon, 24 Jul 2017 17:51:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 18A9474C8 for ; Mon, 24 Jul 2017 17:51:36 +0000 (UTC) From: "Markus Meier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Markus Meier" Message-ID: <1500918673.4272a907c801fde7129e63bbfd62268116ec7eb0.maekke@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/capybara/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/capybara/capybara-2.14.4-r1.ebuild X-VCS-Directories: dev-ruby/capybara/ X-VCS-Committer: maekke X-VCS-Committer-Name: Markus Meier X-VCS-Revision: 4272a907c801fde7129e63bbfd62268116ec7eb0 X-VCS-Branch: master Date: Mon, 24 Jul 2017 17:51:36 +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: 4b3f4bf4-9c87-484a-9d82-04bf47ae8210 X-Archives-Hash: dc29d88fe5ea15383f5dfea003ecbb35 commit: 4272a907c801fde7129e63bbfd62268116ec7eb0 Author: Markus Meier gentoo org> AuthorDate: Mon Jul 24 17:51:13 2017 +0000 Commit: Markus Meier gentoo org> CommitDate: Mon Jul 24 17:51:13 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4272a907 dev-ruby/capybara: add ~arm, bug #624234 Package-Manager: Portage-2.3.6, Repoman-2.3.1 RepoMan-Options: --include-arches="arm" dev-ruby/capybara/capybara-2.14.4-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/capybara/capybara-2.14.4-r1.ebuild b/dev-ruby/capybara/capybara-2.14.4-r1.ebuild index 13986400ca2..cb47f079924 100644 --- a/dev-ruby/capybara/capybara-2.14.4-r1.ebuild +++ b/dev-ruby/capybara/capybara-2.14.4-r1.ebuild @@ -16,7 +16,7 @@ DESCRIPTION="Capybara aims to simplify the process of integration testing Rack a HOMEPAGE="https://github.com/jnicklas/capybara" LICENSE="MIT" -KEYWORDS="~amd64 ~arm64" +KEYWORDS="~amd64 ~arm ~arm64" SLOT="2" IUSE="test"