diff options
author | Hans de Graaff <graaff@gentoo.org> | 2018-08-07 20:02:39 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2018-08-07 20:02:55 +0200 |
commit | 1952bcb7bba0b036ce5025c62f8acdf7f9bdf4cf (patch) | |
tree | 57b5e337f9213b5486cfb67d310ac6688230e0a3 /dev-ruby/will_paginate | |
parent | profiles: updates: Cleanup old package updates (diff) | |
download | gentoo-1952bcb7bba0b036ce5025c62f8acdf7f9bdf4cf.tar.gz gentoo-1952bcb7bba0b036ce5025c62f8acdf7f9bdf4cf.tar.bz2 gentoo-1952bcb7bba0b036ce5025c62f8acdf7f9bdf4cf.zip |
dev-ruby/will_paginate: add ruby25
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-ruby/will_paginate')
-rw-r--r-- | dev-ruby/will_paginate/will_paginate-3.1.6.ebuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/dev-ruby/will_paginate/will_paginate-3.1.6.ebuild b/dev-ruby/will_paginate/will_paginate-3.1.6.ebuild index e9964593ec26..4d75f1b64d29 100644 --- a/dev-ruby/will_paginate/will_paginate-3.1.6.ebuild +++ b/dev-ruby/will_paginate/will_paginate-3.1.6.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -USE_RUBY="ruby22 ruby23 ruby24" +USE_RUBY="ruby23 ruby24 ruby25" RUBY_FAKEGEM_RECIPE_TEST="rspec" @@ -20,14 +20,12 @@ KEYWORDS="~amd64 ~x86-macos" IUSE="" all_ruby_prepare() { - sed -i -e '1igem "rails", "<5"' spec/spec_helper.rb || die - # Remove tests for unpackaged ORMs rm -f spec/finders/{sequel,mongoid,data_mapper}* || die } ruby_add_bdepend " test? ( - <dev-ruby/rails-5 + dev-ruby/rails dev-ruby/mocha )" |