diff options
author | Hans de Graaff <graaff@gentoo.org> | 2019-02-02 08:34:18 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2019-02-02 08:54:42 +0100 |
commit | ce72d057ad0f66694b041f4b04bcd84eab8676d7 (patch) | |
tree | 2bfc77eb3d3f59e801b44509ef41b25c7d03ed8f /dev-ruby/http_parser_rb | |
parent | dev-ruby/ice_nine: add ruby26 (diff) | |
download | gentoo-ce72d057ad0f66694b041f4b04bcd84eab8676d7.tar.gz gentoo-ce72d057ad0f66694b041f4b04bcd84eab8676d7.tar.bz2 gentoo-ce72d057ad0f66694b041f4b04bcd84eab8676d7.zip |
dev-ruby/http_parser_rb: add ruby26
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'dev-ruby/http_parser_rb')
-rw-r--r-- | dev-ruby/http_parser_rb/http_parser_rb-0.6.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/http_parser_rb/http_parser_rb-0.6.0-r1.ebuild b/dev-ruby/http_parser_rb/http_parser_rb-0.6.0-r1.ebuild index 0c7960f923d8..6db43ce21ed4 100644 --- a/dev-ruby/http_parser_rb/http_parser_rb-0.6.0-r1.ebuild +++ b/dev-ruby/http_parser_rb/http_parser_rb-0.6.0-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -USE_RUBY="ruby22 ruby23 ruby24 ruby25" +USE_RUBY="ruby23 ruby24 ruby25 ruby26" RUBY_FAKEGEM_RECIPE_TEST="rspec" |