diff options
author | Sam James <sam@gentoo.org> | 2023-03-27 09:13:46 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-27 09:34:01 +0100 |
commit | c18922e137869881493760405ecf51796ea14fab (patch) | |
tree | db4c7aa9da45bf0ed9ff5908d838518ba74dc6f7 /dev-ruby/maxitest | |
parent | dev-ruby/fast-stemmer: enable ruby32 (diff) | |
download | gentoo-c18922e137869881493760405ecf51796ea14fab.tar.gz gentoo-c18922e137869881493760405ecf51796ea14fab.tar.bz2 gentoo-c18922e137869881493760405ecf51796ea14fab.zip |
dev-ruby/maxitest: enable ruby32
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ruby/maxitest')
-rw-r--r-- | dev-ruby/maxitest/maxitest-4.4.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/maxitest/maxitest-4.4.1.ebuild b/dev-ruby/maxitest/maxitest-4.4.1.ebuild index b0ac344fdff3..9f744436284c 100644 --- a/dev-ruby/maxitest/maxitest-4.4.1.ebuild +++ b/dev-ruby/maxitest/maxitest-4.4.1.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="ruby27 ruby30 ruby31 ruby32" RUBY_FAKEGEM_EXTRADOC="Readme.md" |