projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3958da8
)
dev-ruby/slop: adding ~arm and correcting minitest dep
author
Zero_Chaos
<zerochaos@gentoo.org>
Mon, 7 Sep 2015 21:55:08 +0000
(17:55 -0400)
committer
Zero_Chaos
<zerochaos@gentoo.org>
Mon, 7 Sep 2015 21:56:33 +0000
(17:56 -0400)
/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
patch
|
blob
|
history
diff --git
a/dev-ruby/slop/slop-3.6.0.ebuild
b/dev-ruby/slop/slop-3.6.0.ebuild
index 9112ca4d8824c1bb77c1e175cbaaf60b77e9d49c..fa4ea51a85487d0ab5926264d1762948ce9c4e64 100644
(file)
--- 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