diff options
author | Hans de Graaff <graaff@gentoo.org> | 2024-02-11 08:18:44 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2024-02-11 08:26:09 +0100 |
commit | acb1b1bde8a207f32d7612e9a09504b2f6e142d1 (patch) | |
tree | 31d0587fa6a81983abf64c7d6f0180d1eba4ded1 /dev-ruby/niceogiri | |
parent | dev-ruby/omniauth: enable ruby33 (diff) | |
download | gentoo-acb1b1bde8a207f32d7612e9a09504b2f6e142d1.tar.gz gentoo-acb1b1bde8a207f32d7612e9a09504b2f6e142d1.tar.bz2 gentoo-acb1b1bde8a207f32d7612e9a09504b2f6e142d1.zip |
dev-ruby/niceogiri: enable ruby33
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/niceogiri')
-rw-r--r-- | dev-ruby/niceogiri/niceogiri-1.1.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/niceogiri/niceogiri-1.1.2-r1.ebuild b/dev-ruby/niceogiri/niceogiri-1.1.2-r1.ebuild index 5cdf9a384ecd..a064e92f5569 100644 --- a/dev-ruby/niceogiri/niceogiri-1.1.2-r1.ebuild +++ b/dev-ruby/niceogiri/niceogiri-1.1.2-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # 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_RECIPE_TEST="rspec3" |