diff options
author | Hans de Graaff <graaff@gentoo.org> | 2023-07-08 11:38:14 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2023-07-08 16:09:15 +0200 |
commit | cee6dd5b2cc96d13fcf8151d6566e10232438f98 (patch) | |
tree | e56e521a46e6d81f259c51d8df409ce340beba68 /dev-ruby/actiontext | |
parent | www-apache/passenger: drop 6.0.15, 6.0.16 (diff) | |
download | gentoo-cee6dd5b2cc96d13fcf8151d6566e10232438f98.tar.gz gentoo-cee6dd5b2cc96d13fcf8151d6566e10232438f98.tar.bz2 gentoo-cee6dd5b2cc96d13fcf8151d6566e10232438f98.zip |
dev-ruby/actiontext: require sqlite with activerecord
Closes: https://bugs.gentoo.org/909423
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/actiontext')
-rw-r--r-- | dev-ruby/actiontext/actiontext-6.1.7.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/actiontext/actiontext-6.1.7.4.ebuild b/dev-ruby/actiontext/actiontext-6.1.7.4.ebuild index fffdb16ed109..b6d652e7107e 100644 --- a/dev-ruby/actiontext/actiontext-6.1.7.4.ebuild +++ b/dev-ruby/actiontext/actiontext-6.1.7.4.ebuild @@ -27,7 +27,7 @@ RUBY_S="rails-${PV}/${PN}" ruby_add_rdepend " ~dev-ruby/actionpack-${PV} - ~dev-ruby/activerecord-${PV} + ~dev-ruby/activerecord-${PV}[sqlite] ~dev-ruby/activestorage-${PV} ~dev-ruby/activesupport-${PV} >=dev-ruby/nokogiri-1.8.5 |