commit: 55c2085c8e062ad28543e136c4de813fc2cde3b6 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Thu Apr 17 05:23:10 2025 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Thu Apr 17 05:23:10 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55c2085c
dev-ruby/fiber-local: enable ruby34 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/fiber-local/fiber-local-1.1.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/fiber-local/fiber-local-1.1.0.ebuild b/dev-ruby/fiber-local/fiber-local-1.1.0.ebuild index b91fae59f3b0..7aec77aa3e23 100644 --- a/dev-ruby/fiber-local/fiber-local-1.1.0.ebuild +++ b/dev-ruby/fiber-local/fiber-local-1.1.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 2022-2024 Gentoo Authors +# Copyright 2022-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby31 ruby32 ruby33" +USE_RUBY="ruby31 ruby32 ruby33 ruby34" RUBY_FAKEGEM_RECIPE_TEST="rspec3" RUBY_FAKEGEM_EXTRADOC="readme.md"
