summaryrefslogtreecommitdiff
path: root/dev-ruby/rubytest-cli
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2025-06-06 14:50:53 +0200
committerHans de Graaff <graaff@gentoo.org>2025-06-06 14:50:53 +0200
commitc979a9ad12cc032fbf6b96de6c1c68fe03ba6f20 (patch)
treedbb90b3a88aaafe3f2068bdcc408cf47df15bdf1 /dev-ruby/rubytest-cli
parentff4cb2b20b66e85fbdb52677f6be2063b602c0b5 (diff)
dev-ruby/rubytest-cli: enable ruby34
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/rubytest-cli')
-rw-r--r--dev-ruby/rubytest-cli/rubytest-cli-0.2.0-r1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-ruby/rubytest-cli/rubytest-cli-0.2.0-r1.ebuild b/dev-ruby/rubytest-cli/rubytest-cli-0.2.0-r1.ebuild
index bf055dceaded..8b7a88821ecf 100644
--- a/dev-ruby/rubytest-cli/rubytest-cli-0.2.0-r1.ebuild
+++ b/dev-ruby/rubytest-cli/rubytest-cli-0.2.0-r1.ebuild
@@ -1,8 +1,9 @@
-# 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="ruby32 ruby33 ruby34"
RUBY_FAKEGEM_TASK_TEST=""
RUBY_FAKEGEM_RECIPE_DOC="yard"
@@ -16,6 +17,5 @@ HOMEPAGE="https://rubyworks.github.io/rubytest-cli/"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
ruby_add_rdepend "dev-ruby/ansi >=dev-ruby/rubytest-0.8.0"