commit: 7f67face2c1849712c7bd1d3682994e3dab9c842 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Tue Dec 31 06:00:54 2024 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Tue Dec 31 06:01:46 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f67face
dev-ruby/minitest-global_expectations: enable ruby34 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> .../minitest-global_expectations-1.0.1-r1.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dev-ruby/minitest-global_expectations/minitest-global_expectations-1.0.1-r1.ebuild b/dev-ruby/minitest-global_expectations/minitest-global_expectations-1.0.1-r1.ebuild index 12e9ff508800..9fcd659ccd92 100644 --- a/dev-ruby/minitest-global_expectations/minitest-global_expectations-1.0.1-r1.ebuild +++ b/dev-ruby/minitest-global_expectations/minitest-global_expectations-1.0.1-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 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" inherit ruby-fakegem @@ -12,4 +12,3 @@ HOMEPAGE="https://github.com/jeremyevans/minitest-global_expectations" LICENSE="MIT" SLOT="1" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 sparc x86" -IUSE=""
