From fe833ec625d494f795a5df359d511087bcf66ee4 Mon Sep 17 00:00:00 2001 From: Hans de Graaff Date: Wed, 1 Jan 2025 08:49:02 +0100 Subject: [PATCH] dev-ruby/uri: enable ruby34 Signed-off-by: Hans de Graaff --- dev-ruby/uri/uri-1.0.2.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-ruby/uri/uri-1.0.2.ebuild b/dev-ruby/uri/uri-1.0.2.ebuild index 69b5e09990c3c..df1dedb4c942d 100644 --- a/dev-ruby/uri/uri-1.0.2.ebuild +++ b/dev-ruby/uri/uri-1.0.2.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_BINWRAP="" RUBY_FAKEGEM_EXTRADOC="README.md" @@ -18,6 +18,8 @@ LICENSE="BSD-2" SLOT="$(ver_cut 1)" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" +IUSE="test" + ruby_add_bdepend "test? ( dev-ruby/test-unit dev-ruby/test-unit-ruby-core )" all_ruby_prepare() {