commit: 1e0cf94917fee15a65731d4804f5574ae4691747 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Thu May 2 06:24:47 2019 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Thu May 2 06:36:45 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e0cf949
dev-ruby/octokit: add ruby25 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 dev-ruby/octokit/octokit-4.14.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/octokit/octokit-4.14.0.ebuild b/dev-ruby/octokit/octokit-4.14.0.ebuild index e4f7af55045..068c9b8d9f9 100644 --- a/dev-ruby/octokit/octokit-4.14.0.ebuild +++ b/dev-ruby/octokit/octokit-4.14.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -USE_RUBY="ruby23 ruby24" +USE_RUBY="ruby23 ruby24 ruby25" RUBY_FAKEGEM_RECIPE_DOC="yard" RUBY_FAKEGEM_RECIPE_TEST="rspec3"