diff options
author | Hans de Graaff <graaff@gentoo.org> | 2017-02-09 06:43:36 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2017-02-09 06:43:36 +0100 |
commit | 0da732c6ee01b1b8a9d5e5dff7e2bd38b12672c4 (patch) | |
tree | 12ce460a45eed501e623704788a5a0ca2b6aa005 /dev-ruby/postgres_ext | |
parent | dev-ruby/arel-helpers: add ruby23; update activerecord deps; drop x86 keyword (diff) | |
download | gentoo-0da732c6ee01b1b8a9d5e5dff7e2bd38b12672c4.tar.gz gentoo-0da732c6ee01b1b8a9d5e5dff7e2bd38b12672c4.tar.bz2 gentoo-0da732c6ee01b1b8a9d5e5dff7e2bd38b12672c4.zip |
dev-ruby/postgres_ext: drop activerecord:4.1, ruby20
Package-Manager: portage-2.3.3
Diffstat (limited to 'dev-ruby/postgres_ext')
-rw-r--r-- | dev-ruby/postgres_ext/postgres_ext-2.4.1.ebuild | 5 | ||||
-rw-r--r-- | dev-ruby/postgres_ext/postgres_ext-3.0.0.ebuild | 5 |
2 files changed, 4 insertions, 6 deletions
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 47665dacc89b..18394f5d478f 100644 --- a/dev-ruby/postgres_ext/postgres_ext-2.4.1.ebuild +++ b/dev-ruby/postgres_ext/postgres_ext-2.4.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -USE_RUBY="ruby20 ruby21 ruby22" +USE_RUBY="ruby21 ruby22" RUBY_FAKEGEM_RECIPE_DOC="rdoc" @@ -22,7 +22,6 @@ IUSE="" RESTRICT=test ruby_add_rdepend "|| ( - dev-ruby/activerecord:4.1 dev-ruby/activerecord:4.2 ) >=dev-ruby/arel-4.0.1:* dev-ruby/pg_array_parser:0.0.9" diff --git a/dev-ruby/postgres_ext/postgres_ext-3.0.0.ebuild b/dev-ruby/postgres_ext/postgres_ext-3.0.0.ebuild index e5b01a9c04eb..9d116d4e36c3 100644 --- a/dev-ruby/postgres_ext/postgres_ext-3.0.0.ebuild +++ b/dev-ruby/postgres_ext/postgres_ext-3.0.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -USE_RUBY="ruby20 ruby21 ruby22 ruby23" +USE_RUBY="ruby21 ruby22 ruby23" RUBY_FAKEGEM_RECIPE_DOC="rdoc" @@ -23,7 +23,6 @@ RESTRICT=test ruby_add_rdepend "|| ( dev-ruby/activerecord:5.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" |