summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-10-06 12:13:55 +0100
committerSam James <sam@gentoo.org>2024-10-06 12:13:55 +0100
commit098abc27a4a3045a9a76ca6f817698894817137a (patch)
treeeb67fd0a0799d80fd7cd42e7242f836fce887d43 /dev-ruby/fiber-storage
parentdev-ruby/fiber-local: Stabilize 1.1.0 x86, #941004 (diff)
downloadgentoo-098abc27a4a3045a9a76ca6f817698894817137a.tar.gz
gentoo-098abc27a4a3045a9a76ca6f817698894817137a.tar.bz2
gentoo-098abc27a4a3045a9a76ca6f817698894817137a.zip
dev-ruby/fiber-storage: Stabilize 0.1.2 x86, #941004
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ruby/fiber-storage')
-rw-r--r--dev-ruby/fiber-storage/fiber-storage-0.1.2.ebuild2
1 files changed, 1 insertions, 1 deletions
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