commit: 8db9e0db41f0c5358fd6cdd7d0e04302b5350e8f Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Fri Jul 21 10:50:06 2023 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Fri Jul 21 17:30:16 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8db9e0db
dev-ruby/actiontext: add missing test dep on sqlite Closes: https://bugs.gentoo.org/910624 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/actiontext/actiontext-7.0.6.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-ruby/actiontext/actiontext-7.0.6.ebuild b/dev-ruby/actiontext/actiontext-7.0.6.ebuild index 5ed5525d70fa..41390bd620b6 100644 --- a/dev-ruby/actiontext/actiontext-7.0.6.ebuild +++ b/dev-ruby/actiontext/actiontext-7.0.6.ebuild @@ -39,6 +39,7 @@ ruby_add_bdepend "test? ( dev-ruby/minitest:5.15 dev-ruby/mocha dev-ruby/propshaft + >=dev-ruby/sqlite3-1.4.0 )" all_ruby_prepare() {
