commit: e952df8bdc645c9aef72be1eee31ecebb10ecd3e Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Mon May 20 10:08:09 2024 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Mon May 20 10:11:40 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e952df8b
dev-ruby/json: require ragel 6.x This is the only version that still supports ruby. Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/json/json-2.7.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/json/json-2.7.2.ebuild b/dev-ruby/json/json-2.7.2.ebuild index 35048694bea9..f920bc10c14a 100644 --- a/dev-ruby/json/json-2.7.2.ebuild +++ b/dev-ruby/json/json-2.7.2.ebuild @@ -24,7 +24,7 @@ SLOT="$(ver_cut 1)" IUSE="doc test" DEPEND="${DEPEND} - dev-util/ragel" + =dev-util/ragel-6*" ruby_add_bdepend "dev-ruby/rake doc? ( dev-ruby/rdoc )