commit: 272782b099403f1b52fc2c9a49f76756fda22b23 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Oct 6 11:13:56 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Oct 6 11:13:56 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=272782b0
dev-ruby/regexp_property_values: Stabilize 1.5.2 amd64, #941061 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-ruby/regexp_property_values/regexp_property_values-1.5.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/regexp_property_values/regexp_property_values-1.5.2.ebuild b/dev-ruby/regexp_property_values/regexp_property_values-1.5.2.ebuild index dd0be2885d42..277638b3eb58 100644 --- a/dev-ruby/regexp_property_values/regexp_property_values-1.5.2.ebuild +++ b/dev-ruby/regexp_property_values/regexp_property_values-1.5.2.ebuild @@ -23,7 +23,7 @@ SRC_URI="https://github.com/jaynetics/regexp_property_values/archive/v${PV}.tar. LICENSE="MIT" SLOT="1" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86" all_ruby_prepare() { sed -i -e 's/git ls-files -z/find * -print0/' ${RUBY_FAKEGEM_GEMSPEC} || die