summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2025-01-01 08:49:02 +0100
committerHans de Graaff <graaff@gentoo.org>2025-01-01 09:07:46 +0100
commitfe833ec625d494f795a5df359d511087bcf66ee4 (patch)
tree16a8153ff13e4d1bf9b2937bd395958b8f1a815e /dev-ruby/uri
parentdev-ruby/unf_ext: enable ruby34 (diff)
downloadgentoo-fe833ec625d494f795a5df359d511087bcf66ee4.tar.gz
gentoo-fe833ec625d494f795a5df359d511087bcf66ee4.tar.bz2
gentoo-fe833ec625d494f795a5df359d511087bcf66ee4.zip
dev-ruby/uri: enable ruby34
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/uri')
-rw-r--r--dev-ruby/uri/uri-1.0.2.ebuild6
1 files 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 69b5e09990c3..df1dedb4c942 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() {