commit: ed04d9b564d5688c44f825eaa0f3ea601f0d5c0c Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Wed Jan 1 07:25:20 2025 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Wed Jan 1 07:25:20 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed04d9b5
dev-ruby/slop: enable ruby34 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/slop/slop-4.10.1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-ruby/slop/slop-4.10.1.ebuild b/dev-ruby/slop/slop-4.10.1.ebuild index 286858229e1f..5796e4a5e011 100644 --- a/dev-ruby/slop/slop-4.10.1.ebuild +++ b/dev-ruby/slop/slop-4.10.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" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md" @@ -19,7 +19,7 @@ LICENSE="MIT" SLOT="4" KEYWORDS="~amd64 ~ppc64 ~x86" -IUSE="" +IUSE="test" ruby_add_bdepend "test? ( dev-ruby/minitest )"
