diff options
author | Hans de Graaff <graaff@gentoo.org> | 2018-04-17 20:57:12 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2018-04-17 20:59:49 +0200 |
commit | 23f5cd36f76060105fb32a7cc55ec7c666e38b54 (patch) | |
tree | 53b71d332c331392ab0318d25c9cec779ef6bb52 /dev-ruby | |
parent | sys-libs/ncurses: Security cleanup. (diff) | |
download | gentoo-23f5cd36f76060105fb32a7cc55ec7c666e38b54.tar.gz gentoo-23f5cd36f76060105fb32a7cc55ec7c666e38b54.tar.bz2 gentoo-23f5cd36f76060105fb32a7cc55ec7c666e38b54.zip |
dev-ruby/postgres_ext: fix dependency on rails, bug 653430
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/postgres_ext/postgres_ext-3.0.1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
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" |