commit: 1952bcb7bba0b036ce5025c62f8acdf7f9bdf4cf
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 7 18:02:39 2018 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Aug 7 18:02:55 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1952bcb7
dev-ruby/will_paginate: add ruby25
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-ruby/will_paginate/will_paginate-3.1.6.ebuild | 8 +++-----
1 file 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
)"