projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2704fc7
)
dev-ruby/erubi: add missing test dependency
author
Hans de Graaff
<graaff@gentoo.org>
Sat, 14 Mar 2020 07:21:11 +0000
(08:21 +0100)
committer
Hans de Graaff
<graaff@gentoo.org>
Sat, 14 Mar 2020 07:47:01 +0000
(08:47 +0100)
Add missing dependency on dev-ruby/minitest-global_expectations.
Closes: https://bugs.gentoo.org/712196
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
dev-ruby/erubi/erubi-1.9.0.ebuild
patch
|
blob
|
history
diff --git
a/dev-ruby/erubi/erubi-1.9.0.ebuild
b/dev-ruby/erubi/erubi-1.9.0.ebuild
index e656b74b38d86ff599b4e9282f3431144c96e6e5..f3a13b280a1309aa4bf43853e8e8e3b8fdceb6f7 100644
(file)
--- a/
dev-ruby/erubi/erubi-1.9.0.ebuild
+++ b/
dev-ruby/erubi/erubi-1.9.0.ebuild
@@
-19,4
+19,4
@@
SLOT="0"
KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
IUSE=""
-ruby_add_bdepend "test? ( dev-ruby/minitest )"
+ruby_add_bdepend "test? ( dev-ruby/minitest
dev-ruby/minitest-global_expectations
)"