commit: f87aadd8d350f41446842f9dbc2d675055f62f5b Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Mon Apr 14 05:44:59 2025 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Mon Apr 14 05:55:03 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f87aadd8
dev-ruby/rails-dom-testing: enable ruby34 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/rails-dom-testing/rails-dom-testing-2.2.0.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dev-ruby/rails-dom-testing/rails-dom-testing-2.2.0.ebuild b/dev-ruby/rails-dom-testing/rails-dom-testing-2.2.0.ebuild index 044214e9b854..4f3f02957050 100644 --- a/dev-ruby/rails-dom-testing/rails-dom-testing-2.2.0.ebuild +++ b/dev-ruby/rails-dom-testing/rails-dom-testing-2.2.0.ebuild @@ -1,8 +1,8 @@ -# 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="ruby31 ruby32 ruby33 ruby34" RUBY_FAKEGEM_EXTRADOC="README.md" @@ -14,7 +14,6 @@ HOMEPAGE="https://github.com/kaspth/rails-dom-testing" LICENSE="MIT" SLOT="2" KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux" -IUSE="" ruby_add_rdepend " >=dev-ruby/activesupport-5.0.0:*
