diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2024-09-17 20:27:26 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2024-09-17 20:27:26 +0200 |
commit | a212a03a6202f7802dc98846274ebe38ab038760 (patch) | |
tree | 777929418e0a394f38ce3ae104d26bb56742ff45 /dev-ruby | |
parent | dev-ruby/fiber-local: Keyword 1.1.0 x86, #935512 (diff) | |
download | gentoo-a212a03a6202f7802dc98846274ebe38ab038760.tar.gz gentoo-a212a03a6202f7802dc98846274ebe38ab038760.tar.bz2 gentoo-a212a03a6202f7802dc98846274ebe38ab038760.zip |
dev-ruby/fiber-storage: Keyword 0.1.2 x86, #935512
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/fiber-storage/fiber-storage-0.1.2.ebuild | 2 |
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 494051f194ac..ec61628a3e79 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" +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 |