commit: c979a9ad12cc032fbf6b96de6c1c68fe03ba6f20 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Fri Jun 6 12:50:53 2025 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Fri Jun 6 12:50:53 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c979a9ad
dev-ruby/rubytest-cli: enable ruby34 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/rubytest-cli/rubytest-cli-0.2.0-r1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-ruby/rubytest-cli/rubytest-cli-0.2.0-r1.ebuild b/dev-ruby/rubytest-cli/rubytest-cli-0.2.0-r1.ebuild index bf055dceaded..8b7a88821ecf 100644 --- a/dev-ruby/rubytest-cli/rubytest-cli-0.2.0-r1.ebuild +++ b/dev-ruby/rubytest-cli/rubytest-cli-0.2.0-r1.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby31 ruby32 ruby33" + +USE_RUBY="ruby32 ruby33 ruby34" RUBY_FAKEGEM_TASK_TEST="" RUBY_FAKEGEM_RECIPE_DOC="yard" @@ -16,6 +17,5 @@ HOMEPAGE="https://rubyworks.github.io/rubytest-cli/" LICENSE="BSD-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86" -IUSE="" ruby_add_rdepend "dev-ruby/ansi >=dev-ruby/rubytest-0.8.0"
