commit: 23a211197d4ee7588df148e6e3ab24d3ff142c4a Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Wed Apr 2 07:23:31 2025 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Wed Apr 2 07:23:31 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23a21119
dev-ruby/typed-array: enable ruby34 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/typed-array/typed-array-0.1.2-r2.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dev-ruby/typed-array/typed-array-0.1.2-r2.ebuild b/dev-ruby/typed-array/typed-array-0.1.2-r2.ebuild index ad806591d180..a13516bd7c48 100644 --- a/dev-ruby/typed-array/typed-array-0.1.2-r2.ebuild +++ b/dev-ruby/typed-array/typed-array-0.1.2-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -7,7 +7,7 @@ RUBY_FAKEGEM_DOCDIR="doc" RUBY_FAKEGEM_EXTRADOC="README.rdoc" RUBY_FAKEGEM_RECIPE_TEST="rspec3" -USE_RUBY="ruby31 ruby32 ruby33" +USE_RUBY="ruby31 ruby32 ruby33 ruby34" inherit ruby-fakegem DESCRIPTION="Gem provides enforced-type functionality to Arrays" @@ -16,7 +16,6 @@ HOMEPAGE="https://github.com/yaauie/typed-array" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~riscv ~x86" -IUSE="" all_ruby_prepare() { # There is a trash...
