summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2024-10-05 10:27:04 +0200
committerHans de Graaff <graaff@gentoo.org>2024-10-05 10:27:48 +0200
commit1f4f8192ea068262c3d350d3135651689fafe7ca (patch)
tree4de0f6a31d41cd2389873f25cfcb759779f7e2d9 /dev-ruby
parentdev-python/pydantic-core: Stabilize 2.23.4 x86, #940800 (diff)
downloadgentoo-1f4f8192ea068262c3d350d3135651689fafe7ca.tar.gz
gentoo-1f4f8192ea068262c3d350d3135651689fafe7ca.tar.bz2
gentoo-1f4f8192ea068262c3d350d3135651689fafe7ca.zip
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@gentoo.org>
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/combustion/combustion-1.5.0.ebuild3
1 files changed, 1 insertions, 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
)
"