commit: e5dd5bae765b181ebfe2f63407b587ffb6edc02c Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Thu Jan 2 09:33:59 2025 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Thu Jan 2 09:33:59 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5dd5bae
dev-ruby/text-hyphen: enable ruby34 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/text-hyphen/text-hyphen-1.5.0.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-ruby/text-hyphen/text-hyphen-1.5.0.ebuild b/dev-ruby/text-hyphen/text-hyphen-1.5.0.ebuild index 4062a5f18f62..3ea2bb5d1bf8 100644 --- a/dev-ruby/text-hyphen/text-hyphen-1.5.0.ebuild +++ b/dev-ruby/text-hyphen/text-hyphen-1.5.0.ebuild @@ -1,9 +1,9 @@ -# 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_EXTRADOC="README.md History.md" @@ -15,7 +15,7 @@ HOMEPAGE="https://rubygems.org/gems/text-hyphen" LICENSE="MIT" SLOT="0" KEYWORDS="amd64 ~hppa ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" -IUSE="" +IUSE="test" ruby_add_bdepend " test? (
