commit: 098abc27a4a3045a9a76ca6f817698894817137a Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Oct 6 11:13:55 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Oct 6 11:13:55 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=098abc27
dev-ruby/fiber-storage: Stabilize 0.1.2 x86, #941004 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-ruby/fiber-storage/fiber-storage-0.1.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/fiber-storage/fiber-storage-0.1.2.ebuild b/dev-ruby/fiber-storage/fiber-storage-0.1.2.ebuild index ec61628a3e79..8b7c8e67c09b 100644 --- a/dev-ruby/fiber-storage/fiber-storage-0.1.2.ebuild +++ b/dev-ruby/fiber-storage/fiber-storage-0.1.2.ebuild @@ -17,7 +17,7 @@ SRC_URI="https://github.com/ioquatix/fiber-storage/archive/refs/tags/v${PV}.tar. LICENSE="MIT" SLOT="$(ver_cut 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/require_relative "(.+)"/require File.expand_path("\1")/g' "${RUBY_FAKEGEM_GEMSPEC}" || die