diff options
Diffstat (limited to 'dev-ruby/postgres_ext/postgres_ext-3.0.0.ebuild')
-rw-r--r-- | dev-ruby/postgres_ext/postgres_ext-3.0.0.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
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 e5b01a9c04e..9d116d4e36c 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" |