summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2020-03-14 08:21:11 +0100
committerHans de Graaff <graaff@gentoo.org>2020-03-14 08:47:01 +0100
commit5ddded17a799f7a580ef8827134d99daf609b4a0 (patch)
tree29717dcc7511aaff013906c9012a342f5ba51107 /dev-ruby/erubi
parentdev-ruby/minitest-global_expectations: add missing arm64 keyword (diff)
downloadgentoo-5ddded17a799f7a580ef8827134d99daf609b4a0.tar.gz
gentoo-5ddded17a799f7a580ef8827134d99daf609b4a0.tar.bz2
gentoo-5ddded17a799f7a580ef8827134d99daf609b4a0.zip
dev-ruby/erubi: add missing test dependency
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>
Diffstat (limited to 'dev-ruby/erubi')
-rw-r--r--dev-ruby/erubi/erubi-1.9.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/erubi/erubi-1.9.0.ebuild b/dev-ruby/erubi/erubi-1.9.0.ebuild
index e656b74b38d8..f3a13b280a13 100644
--- 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 )"