diff options
author | Hans de Graaff <graaff@gentoo.org> | 2023-07-20 10:09:27 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2023-07-20 10:11:15 +0200 |
commit | 64f869d3b2bc6285f49bf7d0cc2910cb3794773b (patch) | |
tree | 86c8a75a69b2581e99fe397e2bc436283438b68c /dev-ruby | |
parent | sci-chemistry/pymol: Use PEP517 build (diff) | |
download | gentoo-64f869d3b2bc6285f49bf7d0cc2910cb3794773b.tar.gz gentoo-64f869d3b2bc6285f49bf7d0cc2910cb3794773b.tar.bz2 gentoo-64f869d3b2bc6285f49bf7d0cc2910cb3794773b.zip |
dev-ruby/actionmailbox: tests pass with dev-ruby/mail:2.8
Drop the test dependency on dev-ruby/mail:2.7 since that is no longer
needed and we want to mask that slot.
Bug: https://bugs.gentoo.org/910507
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/actionmailbox/actionmailbox-6.1.7.4.ebuild | 1 | ||||
-rw-r--r-- | dev-ruby/actionmailbox/actionmailbox-7.0.6.ebuild | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/dev-ruby/actionmailbox/actionmailbox-6.1.7.4.ebuild b/dev-ruby/actionmailbox/actionmailbox-6.1.7.4.ebuild index 6aa4962ee7fd..3b2ed5a40f51 100644 --- a/dev-ruby/actionmailbox/actionmailbox-6.1.7.4.ebuild +++ b/dev-ruby/actionmailbox/actionmailbox-6.1.7.4.ebuild @@ -40,7 +40,6 @@ ruby_add_rdepend " ruby_add_bdepend "test? ( dev-ruby/bundler - <dev-ruby/mail-2.8 <dev-ruby/minitest-5.16 dev-ruby/mocha dev-ruby/rexml diff --git a/dev-ruby/actionmailbox/actionmailbox-7.0.6.ebuild b/dev-ruby/actionmailbox/actionmailbox-7.0.6.ebuild index e27cb2a349cc..af4d931f2377 100644 --- a/dev-ruby/actionmailbox/actionmailbox-7.0.6.ebuild +++ b/dev-ruby/actionmailbox/actionmailbox-7.0.6.ebuild @@ -39,7 +39,6 @@ ruby_add_rdepend " ruby_add_bdepend "test? ( dev-ruby/bundler - dev-ruby/mail <dev-ruby/minitest-5.16 dev-ruby/mocha dev-ruby/propshaft |