commit:     4e9c7325dae6fff78ca59d89ebc2042955f9bb41
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 29 06:42:13 2024 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Oct 29 06:42:13 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e9c7325

dev-ruby/json: fix version

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

 dev-ruby/json/{json-2.7.4.ebuild => json-2.7.4-r1.ebuild} | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-ruby/json/json-2.7.4.ebuild 
b/dev-ruby/json/json-2.7.4-r1.ebuild
similarity index 94%
rename from dev-ruby/json/json-2.7.4.ebuild
rename to dev-ruby/json/json-2.7.4-r1.ebuild
index fcb2a51b4bd1..acba111b7854 100644
--- a/dev-ruby/json/json-2.7.4.ebuild
+++ b/dev-ruby/json/json-2.7.4-r1.ebuild
@@ -48,4 +48,7 @@ all_ruby_prepare() {
 
        # Avoid setting gem since it will not be available yet when installing
        sed -i -e '/gem/ s:^:#:' test/json/test_helper.rb || die
+
+       # Fix broken version indicator
+       sed -e 's/2.7.3/2.7.4/' -i lib/json/version.rb || die
 }

Reply via email to