commit: 26f779a6892a197013c3fa2e20eca37307e32075 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Tue Jul 6 08:59:04 2021 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Tue Jul 6 10:26:06 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26f779a6
dev-ruby/will_paginate: add ruby27 Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/will_paginate/will_paginate-3.3.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/will_paginate/will_paginate-3.3.0.ebuild b/dev-ruby/will_paginate/will_paginate-3.3.0.ebuild index 2195f9149eb..cc8736e460c 100644 --- a/dev-ruby/will_paginate/will_paginate-3.3.0.ebuild +++ b/dev-ruby/will_paginate/will_paginate-3.3.0.ebuild @@ -2,9 +2,9 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -USE_RUBY="ruby24 ruby25 ruby26" +USE_RUBY="ruby25 ruby26 ruby27" -RUBY_FAKEGEM_RECIPE_TEST="rspec" +RUBY_FAKEGEM_RECIPE_TEST="rspec3" RUBY_FAKEGEM_EXTRADOC="README.md"
