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 944BA138331 for ; Sun, 13 May 2018 04:46:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 740BEE09DF; Sun, 13 May 2018 04:46:53 +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 44F5AE09DF for ; Sun, 13 May 2018 04:46:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 33023335C93 for ; Sun, 13 May 2018 04:46:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6BBB3296 for ; Sun, 13 May 2018 04:46:49 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1526186764.4e51bcba66bd4856b382829a0c33a7f897a7f575.graaff@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 dev-ruby/capybara/capybara-2.18.0.ebuild dev-ruby/capybara/capybara-3.0.2.ebuild dev-ruby/capybara/capybara-3.0.3.ebuild dev-ruby/capybara/capybara-3.1.0.ebuild X-VCS-Directories: dev-ruby/capybara/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 4e51bcba66bd4856b382829a0c33a7f897a7f575 X-VCS-Branch: master Date: Sun, 13 May 2018 04:46:49 +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: 429ae851-780b-4802-b881-add88db15e30 X-Archives-Hash: 2a1b81e4cdcb196c9bda818eb5f6b0b3 commit: 4e51bcba66bd4856b382829a0c33a7f897a7f575 Author: Hans de Graaff gentoo org> AuthorDate: Sun May 13 04:46:04 2018 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sun May 13 04:46:04 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e51bcba dev-ruby/capybara: move ~arm keyword forward Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-ruby/capybara/capybara-2.16.1.ebuild | 2 +- dev-ruby/capybara/capybara-2.18.0.ebuild | 2 +- dev-ruby/capybara/capybara-3.0.2.ebuild | 2 +- dev-ruby/capybara/capybara-3.0.3.ebuild | 2 +- dev-ruby/capybara/capybara-3.1.0.ebuild | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-ruby/capybara/capybara-2.16.1.ebuild b/dev-ruby/capybara/capybara-2.16.1.ebuild index 4e09c2a00cb..dbb9a2ddae2 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 ~arm64 ~hppa ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~hppa ~x86" SLOT="2" IUSE="test" diff --git a/dev-ruby/capybara/capybara-2.18.0.ebuild b/dev-ruby/capybara/capybara-2.18.0.ebuild index e1d9d122165..59f06842904 100644 --- a/dev-ruby/capybara/capybara-2.18.0.ebuild +++ b/dev-ruby/capybara/capybara-2.18.0.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 ~hppa ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~x86" SLOT="2" IUSE="test" diff --git a/dev-ruby/capybara/capybara-3.0.2.ebuild b/dev-ruby/capybara/capybara-3.0.2.ebuild index dd698f232a2..0a7a4b36388 100644 --- a/dev-ruby/capybara/capybara-3.0.2.ebuild +++ b/dev-ruby/capybara/capybara-3.0.2.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 ~hppa ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~x86" SLOT="3" IUSE="test" diff --git a/dev-ruby/capybara/capybara-3.0.3.ebuild b/dev-ruby/capybara/capybara-3.0.3.ebuild index d9c1c90896e..0ff180fb058 100644 --- a/dev-ruby/capybara/capybara-3.0.3.ebuild +++ b/dev-ruby/capybara/capybara-3.0.3.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 ~hppa ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~x86" SLOT="3" IUSE="test" diff --git a/dev-ruby/capybara/capybara-3.1.0.ebuild b/dev-ruby/capybara/capybara-3.1.0.ebuild index d9c1c90896e..0ff180fb058 100644 --- a/dev-ruby/capybara/capybara-3.1.0.ebuild +++ b/dev-ruby/capybara/capybara-3.1.0.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 ~hppa ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~x86" SLOT="3" IUSE="test"