diff options
author | Hans de Graaff <graaff@gentoo.org> | 2023-07-21 10:19:04 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2023-07-21 10:19:04 +0200 |
commit | 3ec1dc6ae7c54d6c2f58df6f3e4fabfd1f42d571 (patch) | |
tree | c0a6a091869491aa1eabf9b7db29612542200472 /dev-ruby/actiontext | |
parent | profiles/package.mask: mask obsolete openssl-ccm slot (diff) | |
download | gentoo-3ec1dc6ae7c54d6c2f58df6f3e4fabfd1f42d571.tar.gz gentoo-3ec1dc6ae7c54d6c2f58df6f3e4fabfd1f42d571.tar.bz2 gentoo-3ec1dc6ae7c54d6c2f58df6f3e4fabfd1f42d571.zip |
dev-ruby/actiontext: depend on specific minitest slot
Closes: https://bugs.gentoo.org/910420
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/actiontext')
-rw-r--r-- | dev-ruby/actiontext/actiontext-7.0.6.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-ruby/actiontext/actiontext-7.0.6.ebuild b/dev-ruby/actiontext/actiontext-7.0.6.ebuild index dfa65eb6e1c5..5ed5525d70fa 100644 --- a/dev-ruby/actiontext/actiontext-7.0.6.ebuild +++ b/dev-ruby/actiontext/actiontext-7.0.6.ebuild @@ -36,6 +36,7 @@ ruby_add_rdepend " ruby_add_bdepend "test? ( dev-ruby/bundler + dev-ruby/minitest:5.15 dev-ruby/mocha dev-ruby/propshaft )" |