From: Hans de Graaff Date: Tue, 17 Apr 2018 18:57:12 +0000 (+0200) Subject: dev-ruby/postgres_ext: fix dependency on rails, bug 653430 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=23f5cd36f76060105fb32a7cc55ec7c666e38b54;p=gentoo.git dev-ruby/postgres_ext: fix dependency on rails, bug 653430 Package-Manager: Portage-2.3.24, Repoman-2.3.6 --- diff --git a/dev-ruby/postgres_ext/postgres_ext-3.0.1.ebuild b/dev-ruby/postgres_ext/postgres_ext-3.0.1.ebuild index 667c2425f05c..37ff049a3b7a 100644 --- a/dev-ruby/postgres_ext/postgres_ext-3.0.1.ebuild +++ b/dev-ruby/postgres_ext/postgres_ext-3.0.1.ebuild @@ -19,9 +19,8 @@ IUSE="" # Requires live database connection RESTRICT=test -ruby_add_rdepend "|| ( - dev-ruby/activerecord:5.0 - dev-ruby/activerecord:4.2 ) +ruby_add_rdepend " + dev-ruby/activerecord:4.2 >=dev-ruby/arel-4.0.1:* dev-ruby/pg_array_parser:0.0.9"