commit:     a61f8aab773e8c22a40632950dc10fb1844b9159
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  5 05:36:29 2025 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Apr  5 07:29:43 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a61f8aab

dev-ruby/json_schema: enable ruby34

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/json_schema/json_schema-0.21.0.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-ruby/json_schema/json_schema-0.21.0.ebuild 
b/dev-ruby/json_schema/json_schema-0.21.0.ebuild
index ef72f4d04593..11ecfc6f2291 100644
--- a/dev-ruby/json_schema/json_schema-0.21.0.ebuild
+++ b/dev-ruby/json_schema/json_schema-0.21.0.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_EXTRADOC="CHANGELOG README.md TODO.md"
 
@@ -19,7 +19,7 @@ 
SRC_URI="https://github.com/brandur/json_schema/archive/v${PV}.tar.gz -> ${P}.ta
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~riscv"
-IUSE=""
+IUSE="test"
 
 ruby_add_bdepend "test? ( dev-ruby/ecma-re-validator )"
 

Reply via email to