From: Zero_Chaos Date: Fri, 4 Sep 2015 21:24:09 +0000 (-0400) Subject: dev-ruby/postgres_ext: fix to include activerecord:4.0 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=20dd526522dc1112fa1b9fc17cdc5fe759d8a003;p=gentoo.git dev-ruby/postgres_ext: fix to include activerecord:4.0 --- diff --git a/dev-ruby/postgres_ext/postgres_ext-2.4.1.ebuild b/dev-ruby/postgres_ext/postgres_ext-2.4.1.ebuild index a009b828757a..7a87fd7658fd 100644 --- a/dev-ruby/postgres_ext/postgres_ext-2.4.1.ebuild +++ b/dev-ruby/postgres_ext/postgres_ext-2.4.1.ebuild @@ -17,7 +17,9 @@ KEYWORDS="~amd64 ~x86" IUSE="" RESTRICT=test -ruby_add_rdepend "|| ( dev-ruby/activerecord:4.1 dev-ruby/activerecord:4.2 ) +ruby_add_rdepend "|| ( dev-ruby/activerecord:4.0 + dev-ruby/activerecord:4.1 + dev-ruby/activerecord:4.2 ) >=dev-ruby/arel-4.0.1:* dev-ruby/pg_array_parser:0.0.9"