commit: 23df9652f964b5c04580f2577f971ec6a0edb4b2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Sat Jan 4 07:21:21 2025 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Sat Jan 4 07:27:04 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23df9652
dev-ruby/minitest-hooks: enable ruby34 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/minitest-hooks/minitest-hooks-1.5.1.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dev-ruby/minitest-hooks/minitest-hooks-1.5.1.ebuild b/dev-ruby/minitest-hooks/minitest-hooks-1.5.1.ebuild index ec292c0b4544..c9c55b02ad13 100644 --- a/dev-ruby/minitest-hooks/minitest-hooks-1.5.1.ebuild +++ b/dev-ruby/minitest-hooks/minitest-hooks-1.5.1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2023 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" # Skip tests since they require unpackaged sequel RUBY_FAKEGEM_RECIPE_TEST="none" @@ -16,4 +16,3 @@ HOMEPAGE="https://github.com/jeremyevans/minitest-hooks" LICENSE="MIT" SLOT="1" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" -IUSE=""
