diff options
author | Hans de Graaff <graaff@gentoo.org> | 2023-12-31 20:06:22 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2023-12-31 20:10:01 +0100 |
commit | 5e6d7c50d96a167eb26a5a692022e467868b8b6e (patch) | |
tree | 1dddefe75d4fa10667ea8d5f8c79f47c74983e09 /dev-ruby/http_parser_rb | |
parent | dev-ruby/jmespath: enable ruby33 (diff) | |
download | gentoo-5e6d7c50d96a167eb26a5a692022e467868b8b6e.tar.gz gentoo-5e6d7c50d96a167eb26a5a692022e467868b8b6e.tar.bz2 gentoo-5e6d7c50d96a167eb26a5a692022e467868b8b6e.zip |
dev-ruby/http_parser_rb: enable ruby33
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/http_parser_rb')
-rw-r--r-- | dev-ruby/http_parser_rb/http_parser_rb-0.8.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/http_parser_rb/http_parser_rb-0.8.0.ebuild b/dev-ruby/http_parser_rb/http_parser_rb-0.8.0.ebuild index 878bf9a1a924..8a05223d2025 100644 --- a/dev-ruby/http_parser_rb/http_parser_rb-0.8.0.ebuild +++ b/dev-ruby/http_parser_rb/http_parser_rb-0.8.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby30 ruby31 ruby32" +USE_RUBY="ruby31 ruby32 ruby33" RUBY_FAKEGEM_RECIPE_TEST="rspec3" |