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 CDBBE139083 for ; Mon, 25 Dec 2017 01:14:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 41B19E0EE8; Mon, 25 Dec 2017 01:14:55 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 1B3D0E0EE8 for ; Mon, 25 Dec 2017 01:14:55 +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 5CEA233BF24 for ; Mon, 25 Dec 2017 01:14:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 555A9AE9E for ; Sun, 24 Dec 2017 08:49:14 +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: <1514105300.d992f4c01322e6a9d00cabd688e38fb26394c1a6.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.16.1.ebuild X-VCS-Directories: dev-ruby/capybara/ X-VCS-Committer: maekke X-VCS-Committer-Name: Markus Meier X-VCS-Revision: d992f4c01322e6a9d00cabd688e38fb26394c1a6 X-VCS-Branch: master Date: Sun, 24 Dec 2017 08:49:14 +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: fdaf17c9-9823-4287-b569-d844da0d3a9e X-Archives-Hash: 721a20020f1693f3de51650886b03acc commit: d992f4c01322e6a9d00cabd688e38fb26394c1a6 Author: Markus Meier gentoo org> AuthorDate: Sun Dec 24 08:48:20 2017 +0000 Commit: Markus Meier gentoo org> CommitDate: Sun Dec 24 08:48:20 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d992f4c0 dev-ruby/capybara: add ~arm64, bug #627142 Package-Manager: Portage-2.3.13, Repoman-2.3.3 RepoMan-Options: --include-arches="arm64" dev-ruby/capybara/capybara-2.16.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/capybara/capybara-2.16.1.ebuild b/dev-ruby/capybara/capybara-2.16.1.ebuild index e978384153d..71ec71a0af0 100644 --- a/dev-ruby/capybara/capybara-2.16.1.ebuild +++ b/dev-ruby/capybara/capybara-2.16.1.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" +KEYWORDS="~amd64 ~arm64" SLOT="2" IUSE="test"