summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZero_Chaos <zerochaos@gentoo.org>2015-09-07 17:55:08 -0400
committerZero_Chaos <zerochaos@gentoo.org>2015-09-07 17:56:33 -0400
commit0a67cf83854ba23ca4e87d025ed53843c635d98b (patch)
tree253dde73475e2e19ad03887f6fa7c176cda4de5c /dev-ruby/slop
parentapp-arch/pixz: fix header (diff)
downloadgentoo-0a67cf83854ba23ca4e87d025ed53843c635d98b.tar.gz
gentoo-0a67cf83854ba23ca4e87d025ed53843c635d98b.tar.bz2
gentoo-0a67cf83854ba23ca4e87d025ed53843c635d98b.zip
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
Diffstat (limited to 'dev-ruby/slop')
-rw-r--r--dev-ruby/slop/slop-3.6.0.ebuild4
1 files 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 9112ca4d8824..fa4ea51a8548 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