commit: 70112146791a22484345c2a200fc2318f61f9fa7 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Wed May 1 18:40:10 2019 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Wed May 1 19:36:21 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70112146
dev-ruby/http: add ruby26 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 dev-ruby/http/http-4.1.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/http/http-4.1.1.ebuild b/dev-ruby/http/http-4.1.1.ebuild index a1271de0d68..cc30cbdf97e 100644 --- a/dev-ruby/http/http-4.1.1.ebuild +++ b/dev-ruby/http/http-4.1.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -USE_RUBY="ruby24 ruby25" +USE_RUBY="ruby24 ruby25 ruby26" RUBY_FAKEGEM_RECIPE_TEST="rspec3"