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 EDC501388BF for ; Sat, 9 Jan 2016 19:12:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9F22BE085A; Sat, 9 Jan 2016 19:12:39 +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 3CE09E085A for ; Sat, 9 Jan 2016 19:12:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3B8D833BF0B for ; Sat, 9 Jan 2016 19:12:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 10F66D05 for ; Sat, 9 Jan 2016 19:12:33 +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: <1452366738.51140b9d1a732e7df602aa592c8142d9cba49e0a.maekke@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rspec-retry/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/rspec-retry/rspec-retry-0.4.5.ebuild X-VCS-Directories: dev-ruby/rspec-retry/ X-VCS-Committer: maekke X-VCS-Committer-Name: Markus Meier X-VCS-Revision: 51140b9d1a732e7df602aa592c8142d9cba49e0a X-VCS-Branch: master Date: Sat, 9 Jan 2016 19:12:33 +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: 1d2f620b-2a14-4772-9706-96a2bcce8416 X-Archives-Hash: 4acb79b85b03ffcefa71429b924d9ea5 commit: 51140b9d1a732e7df602aa592c8142d9cba49e0a Author: Markus Meier gentoo org> AuthorDate: Sat Jan 9 19:12:18 2016 +0000 Commit: Markus Meier gentoo org> CommitDate: Sat Jan 9 19:12:18 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51140b9d dev-ruby/rspec-retry: add ~arm, bug #570052 Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="arm" dev-ruby/rspec-retry/rspec-retry-0.4.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/rspec-retry/rspec-retry-0.4.5.ebuild b/dev-ruby/rspec-retry/rspec-retry-0.4.5.ebuild index 10b386f..bb35c9a 100644 --- a/dev-ruby/rspec-retry/rspec-retry-0.4.5.ebuild +++ b/dev-ruby/rspec-retry/rspec-retry-0.4.5.ebuild @@ -17,7 +17,7 @@ IUSE="" SLOT="0" LICENSE="MIT" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~arm" all_ruby_prepare() { sed -i -e '/pry/ s:^:#:' spec/spec_helper.rb || die