diff options
author | Hans de Graaff <graaff@gentoo.org> | 2023-07-04 11:06:37 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2023-07-04 11:41:08 +0200 |
commit | 774a4aa702d199d10390646265902f7ccd30a85f (patch) | |
tree | cbf31f009fd8d6679148df03b883f30f7ed40a8e /dev-ruby/hitimes/hitimes-2.0.0-r1.ebuild | |
parent | dev-ruby/hocon: drop 1.3.1-r1 (diff) | |
download | gentoo-774a4aa702d199d10390646265902f7ccd30a85f.tar.gz gentoo-774a4aa702d199d10390646265902f7ccd30a85f.tar.bz2 gentoo-774a4aa702d199d10390646265902f7ccd30a85f.zip |
dev-ruby/hitimes: enable ruby32
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/hitimes/hitimes-2.0.0-r1.ebuild')
-rw-r--r-- | dev-ruby/hitimes/hitimes-2.0.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/hitimes/hitimes-2.0.0-r1.ebuild b/dev-ruby/hitimes/hitimes-2.0.0-r1.ebuild index 84afd58175d9..7f5802820059 100644 --- a/dev-ruby/hitimes/hitimes-2.0.0-r1.ebuild +++ b/dev-ruby/hitimes/hitimes-2.0.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="ruby30 ruby31 ruby32" RUBY_FAKEGEM_EXTRADOC="README.md HISTORY.md" |