diff options
author | 2023-12-27 13:35:47 +0100 | |
---|---|---|
committer | 2023-12-27 13:36:08 +0100 | |
commit | 2450d2ba57ac2ad4cc3f6c1fce05e4823ae281b9 (patch) | |
tree | 63461b31677a0ede52d76db0ba10fc68fe04adfe /dev-ruby/rchardet | |
parent | dev-ruby/rdiscount: enable ruby33 (diff) | |
download | gentoo-2450d2ba57ac2ad4cc3f6c1fce05e4823ae281b9.tar.gz gentoo-2450d2ba57ac2ad4cc3f6c1fce05e4823ae281b9.tar.bz2 gentoo-2450d2ba57ac2ad4cc3f6c1fce05e4823ae281b9.zip |
dev-ruby/rchardet: enable ruby33
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/rchardet')
-rw-r--r-- | dev-ruby/rchardet/rchardet-1.8.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/rchardet/rchardet-1.8.0-r1.ebuild b/dev-ruby/rchardet/rchardet-1.8.0-r1.ebuild index c2cc0c2b78ba..b4da2af9c347 100644 --- a/dev-ruby/rchardet/rchardet-1.8.0-r1.ebuild +++ b/dev-ruby/rchardet/rchardet-1.8.0-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby27 ruby30 ruby31 ruby32" +USE_RUBY="ruby31 ruby32 ruby33" RUBY_FAKEGEM_EXTRADOC="Readme.md" |