diff options
author | Sam James <sam@gentoo.org> | 2024-10-06 12:13:56 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-10-06 12:13:56 +0100 |
commit | 272782b099403f1b52fc2c9a49f76756fda22b23 (patch) | |
tree | 9d328802d80be31ee6a3fdcb869f2ec34786012d /dev-ruby/regexp_property_values | |
parent | dev-ruby/fiber-storage: Stabilize 0.1.2 x86, #941004 (diff) | |
download | gentoo-272782b099403f1b52fc2c9a49f76756fda22b23.tar.gz gentoo-272782b099403f1b52fc2c9a49f76756fda22b23.tar.bz2 gentoo-272782b099403f1b52fc2c9a49f76756fda22b23.zip |
dev-ruby/regexp_property_values: Stabilize 1.5.2 amd64, #941061
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ruby/regexp_property_values')
-rw-r--r-- | dev-ruby/regexp_property_values/regexp_property_values-1.5.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |