commit: 1f4f8192ea068262c3d350d3135651689fafe7ca Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Sat Oct 5 08:27:04 2024 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Sat Oct 5 08:27:48 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f4f8192
dev-ruby/combustion: fix sqlite dependency Pull in sqlite via activerecord to ensure that we have a compatible version. Closes: https://bugs.gentoo.org/940785 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/combustion/combustion-1.5.0.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-ruby/combustion/combustion-1.5.0.ebuild b/dev-ruby/combustion/combustion-1.5.0.ebuild index 445916d77ac4..630ee1e83faf 100644 --- a/dev-ruby/combustion/combustion-1.5.0.ebuild +++ b/dev-ruby/combustion/combustion-1.5.0.ebuild @@ -26,12 +26,11 @@ ruby_add_rdepend " ruby_add_bdepend " test? ( >=dev-ruby/activemodel-3.0.0:* - >=dev-ruby/activerecord-3.0.0:* + >=dev-ruby/activerecord-3.0.0:*[sqlite] dev-ruby/bundler dev-ruby/net-smtp >=dev-ruby/rails-3.0.0:* dev-ruby/rspec:3 - >=dev-ruby/sqlite3-1.4 ) "
