summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2018-08-07 20:02:39 +0200
committerHans de Graaff <graaff@gentoo.org>2018-08-07 20:02:55 +0200
commit1952bcb7bba0b036ce5025c62f8acdf7f9bdf4cf (patch)
tree57b5e337f9213b5486cfb67d310ac6688230e0a3
parent9be3c9b8d03877e0bc9e7980ab0ece784d5d170d (diff)
downloadgentoo-1952bcb7bba0b036ce5025c62f8acdf7f9bdf4cf.tar.gz
gentoo-1952bcb7bba0b036ce5025c62f8acdf7f9bdf4cf.tar.xz
dev-ruby/will_paginate: add ruby25
Package-Manager: Portage-2.3.40, Repoman-2.3.9
-rw-r--r--dev-ruby/will_paginate/will_paginate-3.1.6.ebuild8
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 e9964593ec2..4d75f1b64d2 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
)"