commit: 120035ba006ebbe5767c19f7da5bd0cd7a61a328
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 14 06:47:34 2025 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Jun 14 06:48:19 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=120035ba
dev-ruby/stamp: enable ruby34
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/stamp/stamp-0.6.0-r1.ebuild | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/dev-ruby/stamp/stamp-0.6.0-r1.ebuild
b/dev-ruby/stamp/stamp-0.6.0-r1.ebuild
index c47020a65bf1..0673b311d6ea 100644
--- a/dev-ruby/stamp/stamp-0.6.0-r1.ebuild
+++ b/dev-ruby/stamp/stamp-0.6.0-r1.ebuild
@@ -1,9 +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_RECIPE_TEST="cucumber"
RUBY_FAKEGEM_TASK_DOC=""
@@ -25,9 +25,6 @@ SLOT="0"
KEYWORDS="~amd64"
IUSE="doc"
-DEPEND=""
-RDEPEND=""
-
ruby_add_bdepend "doc? ( dev-ruby/redcarpet )"
all_ruby_prepare() {