diff options
author | Hans de Graaff <graaff@gentoo.org> | 2022-07-31 11:33:09 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2022-08-01 07:38:57 +0200 |
commit | 8cd56325530195447ce8b208dbfeb488dabcbf1a (patch) | |
tree | 34da93ca1b1d8261f2248a9a98bbb2b7ab78b007 | |
parent | media-sound/mpdscribble: dropped obsolete 0.22 (diff) | |
download | gentoo-8cd56325530195447ce8b208dbfeb488dabcbf1a.tar.gz gentoo-8cd56325530195447ce8b208dbfeb488dabcbf1a.tar.bz2 gentoo-8cd56325530195447ce8b208dbfeb488dabcbf1a.zip |
dev-ruby/i18n: add missing test dep
Closes: https://bugs.gentoo.org/780900
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
-rw-r--r-- | dev-ruby/i18n/i18n-1.8.11.ebuild | 1 | ||||
-rw-r--r-- | dev-ruby/i18n/i18n-1.8.9.ebuild | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/dev-ruby/i18n/i18n-1.8.11.ebuild b/dev-ruby/i18n/i18n-1.8.11.ebuild index 5df517227b9e..8737c1e0cb24 100644 --- a/dev-ruby/i18n/i18n-1.8.11.ebuild +++ b/dev-ruby/i18n/i18n-1.8.11.ebuild @@ -26,6 +26,7 @@ ruby_add_rdepend "dev-ruby/concurrent-ruby:1" ruby_add_bdepend "test? ( >=dev-ruby/activesupport-5.1 dev-ruby/bundler + >=dev-ruby/minitest-5.14:5 >=dev-ruby/mocha-1.7.0 dev-ruby/test_declarative )" diff --git a/dev-ruby/i18n/i18n-1.8.9.ebuild b/dev-ruby/i18n/i18n-1.8.9.ebuild index 31067be5e225..2e76f10e4bb3 100644 --- a/dev-ruby/i18n/i18n-1.8.9.ebuild +++ b/dev-ruby/i18n/i18n-1.8.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -26,6 +26,7 @@ ruby_add_rdepend "dev-ruby/concurrent-ruby:1" ruby_add_bdepend "test? ( >=dev-ruby/activesupport-5.1 dev-ruby/bundler + >=dev-ruby/minitest-5.14:5 >=dev-ruby/mocha-1.7.0 dev-ruby/test_declarative )" |