commit: 0debcec3b78b2e7068686957d22df123fdd8b354 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Sun Jul 9 10:30:54 2023 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Sun Jul 9 12:23:51 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0debcec3
dev-ruby/will_paginate: fix sqlite dependency Depend on activerecord with the sqlite USE flag to ensure that we request a sqlite version that is compatible with activerecord. Closes: https://bugs.gentoo.org/724056 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/will_paginate/will_paginate-4.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/will_paginate/will_paginate-4.0.0.ebuild b/dev-ruby/will_paginate/will_paginate-4.0.0.ebuild index d108591d7aad..c9a6d92dedaf 100644 --- a/dev-ruby/will_paginate/will_paginate-4.0.0.ebuild +++ b/dev-ruby/will_paginate/will_paginate-4.0.0.ebuild @@ -27,6 +27,6 @@ all_ruby_prepare() { ruby_add_bdepend " test? ( dev-ruby/rails - dev-ruby/sqlite3 + dev-ruby/activerecord[sqlite] dev-ruby/mocha )"
