diff options
author | Hans de Graaff <graaff@gentoo.org> | 2022-06-12 10:31:55 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2022-06-12 10:33:19 +0200 |
commit | 56347dd58faf91c19fc091e6ad3833a0b5592154 (patch) | |
tree | eeccd8166845d738ef9223adbade542c45abccd3 /dev-ruby/niceogiri | |
parent | dev-ruby/cri: enable ruby31 (diff) | |
download | gentoo-56347dd58faf91c19fc091e6ad3833a0b5592154.tar.gz gentoo-56347dd58faf91c19fc091e6ad3833a0b5592154.tar.bz2 gentoo-56347dd58faf91c19fc091e6ad3833a0b5592154.zip |
dev-ruby/niceogiri: enable ruby31
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 b8daa104730c..a641862dc116 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-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby26 ruby27 ruby30" +USE_RUBY="ruby26 ruby27 ruby30 ruby31" RUBY_FAKEGEM_EXTRADOC="README.md" RUBY_FAKEGEM_RECIPE_TEST="rspec3" |