commit: 5a53769ac443e5e7cd5012af97eaae5f52d06b9f
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 8 11:46:41 2024 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Aug 8 11:46:57 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a53769a
dev-ruby/hashdiff: fix broken version number
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/hashdiff/{hashdiff-1.1.1.ebuild => hashdiff-1.1.1-r1.ebuild} | 2 ++
1 file changed, 2 insertions(+)
diff --git a/dev-ruby/hashdiff/hashdiff-1.1.1.ebuild
b/dev-ruby/hashdiff/hashdiff-1.1.1-r1.ebuild
similarity index 93%
rename from dev-ruby/hashdiff/hashdiff-1.1.1.ebuild
rename to dev-ruby/hashdiff/hashdiff-1.1.1-r1.ebuild
index e9ba5b7b8df5..59620081931b 100644
--- a/dev-ruby/hashdiff/hashdiff-1.1.1.ebuild
+++ b/dev-ruby/hashdiff/hashdiff-1.1.1-r1.ebuild
@@ -27,4 +27,6 @@ all_ruby_prepare() {
-i ${RUBY_FAKEGEM_GEMSPEC} || die
sed -i -e '/simplecov/I s:^:#:' spec/spec_helper.rb || die
+
+ sed -i -e 's/1.1.0/1.1.1/' lib/hashdiff/version.rb || die
}