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 4F0D01386CC for ; Mon, 7 Sep 2015 21:56:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7850C1432D; Mon, 7 Sep 2015 21:56:44 +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 257621432D for ; Mon, 7 Sep 2015 21:56:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 81C88340A59 for ; Mon, 7 Sep 2015 21:56:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B6D15195 for ; Mon, 7 Sep 2015 21:56:31 +0000 (UTC) From: "Richard Farina" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Richard Farina" Message-ID: <1441662993.0a67cf83854ba23ca4e87d025ed53843c635d98b.zerochaos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/slop/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/slop/slop-3.6.0.ebuild X-VCS-Directories: dev-ruby/slop/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Richard Farina X-VCS-Revision: 0a67cf83854ba23ca4e87d025ed53843c635d98b X-VCS-Branch: master Date: Mon, 7 Sep 2015 21:56:31 +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: d4a61ae0-c106-469b-9f4b-f6621702e269 X-Archives-Hash: d5dccad832bd8553108c20ef9c52c358 commit: 0a67cf83854ba23ca4e87d025ed53843c635d98b Author: Zero_Chaos gentoo org> AuthorDate: Mon Sep 7 21:55:08 2015 +0000 Commit: Richard Farina gentoo org> CommitDate: Mon Sep 7 21:56:33 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a67cf83 dev-ruby/slop: adding ~arm and correcting minitest dep /usr/lib/ruby/gems/1.9.1/gems/minitest-4.7.5/lib/minitest/unit.rb:19:in `const_missing': uninitialized constant MiniTest::Test (NameError) Package-Manager: portage-2.2.20.1 dev-ruby/slop/slop-3.6.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/slop/slop-3.6.0.ebuild b/dev-ruby/slop/slop-3.6.0.ebuild index 9112ca4..fa4ea51 100644 --- a/dev-ruby/slop/slop-3.6.0.ebuild +++ b/dev-ruby/slop/slop-3.6.0.ebuild @@ -16,11 +16,11 @@ SRC_URI="https://github.com/injekt/${PN}/archive/v${PV}.tar.gz -> ${P}.tgz" LICENSE="MIT" SLOT="3" -KEYWORDS="~amd64 ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~ppc64 ~x86" IUSE="" -ruby_add_bdepend "test? ( dev-ruby/minitest )" +ruby_add_bdepend "test? ( dev-ruby/minitest:5 )" all_ruby_prepare() { sed -i -e '/git ls-files/d' slop.gemspec || die