diff options
author | Sam James <sam@gentoo.org> | 2023-03-27 09:16:16 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-27 09:34:03 +0100 |
commit | 26513546fee9c441ca888635c02c8d8d4a159267 (patch) | |
tree | d968da3694f678b7378b22c702827b78d001d6ee /dev-ruby/fattr | |
parent | dev-ruby/fakefs: enable ruby32 (diff) | |
download | gentoo-26513546fee9c441ca888635c02c8d8d4a159267.tar.gz gentoo-26513546fee9c441ca888635c02c8d8d4a159267.tar.bz2 gentoo-26513546fee9c441ca888635c02c8d8d4a159267.zip |
dev-ruby/fattr: enable ruby32
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ruby/fattr')
-rw-r--r-- | dev-ruby/fattr/fattr-2.4.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/fattr/fattr-2.4.0-r1.ebuild b/dev-ruby/fattr/fattr-2.4.0-r1.ebuild index 97cea2347202..e53166140dd9 100644 --- a/dev-ruby/fattr/fattr-2.4.0-r1.ebuild +++ b/dev-ruby/fattr/fattr-2.4.0-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby26 ruby27 ruby30 ruby31" +USE_RUBY="ruby27 ruby30 ruby31 ruby32" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_EXTRADOC="README" |