diff options
author | Hans de Graaff <graaff@gentoo.org> | 2023-12-31 20:08:27 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2023-12-31 20:10:01 +0100 |
commit | fdc48f6d84dcf8294740993074c3048324f8b7a9 (patch) | |
tree | a68dadd5a24f83445cd9283c8a49b32bea003806 /dev-ruby/http-accept | |
parent | dev-ruby/http-form_data: enable ruby33 (diff) | |
download | gentoo-fdc48f6d84dcf8294740993074c3048324f8b7a9.tar.gz gentoo-fdc48f6d84dcf8294740993074c3048324f8b7a9.tar.bz2 gentoo-fdc48f6d84dcf8294740993074c3048324f8b7a9.zip |
dev-ruby/http-accept: enable ruby33
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/http-accept')
-rw-r--r-- | dev-ruby/http-accept/http-accept-2.2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/http-accept/http-accept-2.2.0.ebuild b/dev-ruby/http-accept/http-accept-2.2.0.ebuild index 71cebe7263b5..e9ac2bd33c8b 100644 --- a/dev-ruby/http-accept/http-accept-2.2.0.ebuild +++ b/dev-ruby/http-accept/http-accept-2.2.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_EXTRADOC="README.md" RUBY_FAKEGEM_GEMSPEC="http-accept.gemspec" |