commit: 824a685ca9358a4fd3422b50a2493a80c17cda9a Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Mon Jul 16 09:44:55 2018 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Mon Jul 16 09:45:22 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=824a685c
dev-ruby/activesupport: drop minitest restrictions Drop restrictions on old (pre-random-order) minitest for those versions that allow it. Closes: https://bugs.gentoo.org/660804 Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-ruby/activesupport/activesupport-5.1.4.ebuild | 1 - dev-ruby/activesupport/activesupport-5.1.5.ebuild | 1 - dev-ruby/activesupport/activesupport-5.1.6.ebuild | 1 - dev-ruby/activesupport/activesupport-5.2.0.ebuild | 1 - 4 files changed, 4 deletions(-) diff --git a/dev-ruby/activesupport/activesupport-5.1.4.ebuild b/dev-ruby/activesupport/activesupport-5.1.4.ebuild index 0c0f4522051..37af0ab21a6 100644 --- a/dev-ruby/activesupport/activesupport-5.1.4.ebuild +++ b/dev-ruby/activesupport/activesupport-5.1.4.ebuild @@ -41,7 +41,6 @@ ruby_add_bdepend "test? ( >=dev-ruby/listen-3.0.5:3 dev-ruby/rack dev-ruby/mocha:0.14 - <dev-ruby/minitest-5.4 )" all_ruby_prepare() { diff --git a/dev-ruby/activesupport/activesupport-5.1.5.ebuild b/dev-ruby/activesupport/activesupport-5.1.5.ebuild index 3457102cac6..742467adbb3 100644 --- a/dev-ruby/activesupport/activesupport-5.1.5.ebuild +++ b/dev-ruby/activesupport/activesupport-5.1.5.ebuild @@ -41,7 +41,6 @@ ruby_add_bdepend "test? ( >=dev-ruby/listen-3.0.5:3 dev-ruby/rack dev-ruby/mocha:0.14 - <dev-ruby/minitest-5.4 )" all_ruby_prepare() { diff --git a/dev-ruby/activesupport/activesupport-5.1.6.ebuild b/dev-ruby/activesupport/activesupport-5.1.6.ebuild index 230ceb0f1f5..aba7a094ea0 100644 --- a/dev-ruby/activesupport/activesupport-5.1.6.ebuild +++ b/dev-ruby/activesupport/activesupport-5.1.6.ebuild @@ -41,7 +41,6 @@ ruby_add_bdepend "test? ( >=dev-ruby/listen-3.0.5:3 dev-ruby/rack dev-ruby/mocha:0.14 - <dev-ruby/minitest-5.4 )" all_ruby_prepare() { diff --git a/dev-ruby/activesupport/activesupport-5.2.0.ebuild b/dev-ruby/activesupport/activesupport-5.2.0.ebuild index b988ac9c496..00df2f4bb0a 100644 --- a/dev-ruby/activesupport/activesupport-5.2.0.ebuild +++ b/dev-ruby/activesupport/activesupport-5.2.0.ebuild @@ -41,7 +41,6 @@ ruby_add_bdepend "test? ( >=dev-ruby/listen-3.0.5:3 dev-ruby/rack dev-ruby/mocha - <dev-ruby/minitest-5.4 )" all_ruby_prepare() {
