diff options
author | Hans de Graaff <graaff@gentoo.org> | 2024-01-06 09:00:15 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2024-01-06 09:02:11 +0100 |
commit | 3a90cfa55b801e7aa15f722d525059622b1c4a0d (patch) | |
tree | ca70979f6898c3d9b323bcc28a05f81863aa079a /dev-ruby/concurrent-ruby | |
parent | dev-ruby/timecop: enable ruby33 (diff) | |
download | gentoo-3a90cfa55b801e7aa15f722d525059622b1c4a0d.tar.gz gentoo-3a90cfa55b801e7aa15f722d525059622b1c4a0d.tar.bz2 gentoo-3a90cfa55b801e7aa15f722d525059622b1c4a0d.zip |
dev-ruby/concurrent-ruby: enable ruby33
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/concurrent-ruby')
-rw-r--r-- | dev-ruby/concurrent-ruby/concurrent-ruby-1.2.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/concurrent-ruby/concurrent-ruby-1.2.2.ebuild b/dev-ruby/concurrent-ruby/concurrent-ruby-1.2.2.ebuild index 23daa6ce2abc..fded7ddf7870 100644 --- a/dev-ruby/concurrent-ruby/concurrent-ruby-1.2.2.ebuild +++ b/dev-ruby/concurrent-ruby/concurrent-ruby-1.2.2.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" |