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 E87861384C3 for ; Sat, 5 Sep 2015 06:11:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 26681141CD; Sat, 5 Sep 2015 06:10:59 +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 C81C9141CD for ; Sat, 5 Sep 2015 06:10:58 +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 9AE5834089A for ; Sat, 5 Sep 2015 06:10:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 28F56155 for ; Sat, 5 Sep 2015 06:10:55 +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: <1441433445.315578ef1c8eed1b2183f8dc86930980e1e1cf02.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/recog/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/recog/recog-2.0.12.ebuild X-VCS-Directories: dev-ruby/recog/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 315578ef1c8eed1b2183f8dc86930980e1e1cf02 X-VCS-Branch: master Date: Sat, 5 Sep 2015 06:10:55 +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: fb37bb62-3c9d-4f01-8abc-a6f0504e99a2 X-Archives-Hash: 43c5a1c7a1ce9b70f417c4c5e1cb528d commit: 315578ef1c8eed1b2183f8dc86930980e1e1cf02 Author: Hans de Graaff gentoo org> AuthorDate: Sat Sep 5 06:10:45 2015 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sat Sep 5 06:10:45 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=315578ef dev-ruby/recog: add missing test dependency. Dependency on dev-ruby/regexp_parser was missing. Also drop keywords on ~arm and ~x86 due to this, bug 559628. Package-Manager: portage-2.2.20.1 dev-ruby/recog/recog-2.0.12.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-ruby/recog/recog-2.0.12.ebuild b/dev-ruby/recog/recog-2.0.12.ebuild index b6dcc96..92755c4 100644 --- a/dev-ruby/recog/recog-2.0.12.ebuild +++ b/dev-ruby/recog/recog-2.0.12.ebuild @@ -15,12 +15,13 @@ HOMEPAGE="https://github.com/rapid7/${PN}" LICENSE="BSD-2" SLOT="2" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="~amd64" IUSE="" ruby_add_rdepend "dev-ruby/nokogiri" ruby_add_bdepend "test? ( + dev-ruby/regexp_parser dev-ruby/rspec:3 dev-util/aruba dev-util/cucumber