diff options
author | Hans de Graaff <graaff@gentoo.org> | 2024-01-01 10:27:44 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2024-01-01 10:32:10 +0100 |
commit | 5f26927faa1fcd0e49fb362512a12515e64b7ab4 (patch) | |
tree | 24d0ac8aa0f9175a2e68050ad03dc96d01aa78d5 /dev-ruby/descendants_tracker | |
parent | dev-ruby/ffi-compiler: enable ruby33 (diff) | |
download | gentoo-5f26927faa1fcd0e49fb362512a12515e64b7ab4.tar.gz gentoo-5f26927faa1fcd0e49fb362512a12515e64b7ab4.tar.bz2 gentoo-5f26927faa1fcd0e49fb362512a12515e64b7ab4.zip |
dev-ruby/descendants_tracker: enable ruby33
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/descendants_tracker')
-rw-r--r-- | dev-ruby/descendants_tracker/descendants_tracker-0.0.4-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/descendants_tracker/descendants_tracker-0.0.4-r1.ebuild b/dev-ruby/descendants_tracker/descendants_tracker-0.0.4-r1.ebuild index 46f3b3233e02..d659f875772c 100644 --- a/dev-ruby/descendants_tracker/descendants_tracker-0.0.4-r1.ebuild +++ b/dev-ruby/descendants_tracker/descendants_tracker-0.0.4-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby27 ruby30 ruby31 ruby32" +USE_RUBY="ruby31 ruby32 ruby33" RUBY_FAKEGEM_RECIPE_TEST="rspec3" RUBY_FAKEGEM_EXTRADOC="README.md" |