summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatoro Mahri <matoro_gentoo@matoro.tk>2024-08-31 01:48:02 -0400
committerIonen Wolkens <ionen@gentoo.org>2024-09-02 20:29:45 -0400
commit4f6d32add3a0f152c8dafdd1b5ccc2438f41326d (patch)
tree9953534d15c57e64206007c2cfd8adde98dbedb2 /dev-ruby/fiber-storage
parentdev-libs/tree-sitter: Stabilize 0.22.6 hppa, #935493 (diff)
downloadgentoo-4f6d32add3a0f152c8dafdd1b5ccc2438f41326d.tar.gz
gentoo-4f6d32add3a0f152c8dafdd1b5ccc2438f41326d.tar.bz2
gentoo-4f6d32add3a0f152c8dafdd1b5ccc2438f41326d.zip
dev-ruby/fiber-storage: Keyword 0.1.2 arm, #935512
Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Ionen Wolkens <ionen@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 37823e4f140f..42ec48ee00b8 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 ~arm64 ~ppc64 ~riscv ~sparc"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~sparc"
all_ruby_prepare() {
sed -i -E 's/require_relative "(.+)"/require File.expand_path("\1")/g' "${RUBY_FAKEGEM_GEMSPEC}" || die