diff options
author | Hans de Graaff <graaff@gentoo.org> | 2023-08-11 12:47:26 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2023-08-11 21:14:11 +0200 |
commit | b80a9a9f2166828a97a2e8b9f0d43e5372ad251b (patch) | |
tree | 3d68788ddafa4e7203a36f8a671911fe79b631e6 /dev-ruby/psych/psych-4.0.6.ebuild | |
parent | dev-ruby/json_schema: add github upstream metadata (diff) | |
download | gentoo-b80a9a9f2166828a97a2e8b9f0d43e5372ad251b.tar.gz gentoo-b80a9a9f2166828a97a2e8b9f0d43e5372ad251b.tar.bz2 gentoo-b80a9a9f2166828a97a2e8b9f0d43e5372ad251b.zip |
dev-ruby/psych: enable ruby32
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/psych/psych-4.0.6.ebuild')
-rw-r--r-- | dev-ruby/psych/psych-4.0.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/psych/psych-4.0.6.ebuild b/dev-ruby/psych/psych-4.0.6.ebuild index 1cd4c77263fa..9650d7d5a646 100644 --- a/dev-ruby/psych/psych-4.0.6.ebuild +++ b/dev-ruby/psych/psych-4.0.6.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby27 ruby30 ruby31" +USE_RUBY="ruby30 ruby31 ruby32" RUBY_FAKEGEM_BINWRAP="" RUBY_FAKEGEM_EXTENSIONS=(ext/psych/extconf.rb) |