From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1DBD1158083 for ; Tue, 17 Sep 2024 18:27:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3E7A6E29BB; Tue, 17 Sep 2024 18:27:41 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2ACE3E29BB for ; Tue, 17 Sep 2024 18:27:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6E743342FA4 for ; Tue, 17 Sep 2024 18:27:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A582F1F34 for ; Tue, 17 Sep 2024 18:27:38 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1726597646.a212a03a6202f7802dc98846274ebe38ab038760.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/fiber-storage/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/fiber-storage/fiber-storage-0.1.2.ebuild X-VCS-Directories: dev-ruby/fiber-storage/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: a212a03a6202f7802dc98846274ebe38ab038760 X-VCS-Branch: master Date: Tue, 17 Sep 2024 18:27:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 47658352-782c-4277-9105-84777518a2f6 X-Archives-Hash: f5857d5dff2641a25857b944d07b6008 commit: a212a03a6202f7802dc98846274ebe38ab038760 Author: Jakov Smolić gentoo org> AuthorDate: Tue Sep 17 18:27:26 2024 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Tue Sep 17 18:27:26 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a212a03a dev-ruby/fiber-storage: Keyword 0.1.2 x86, #935512 Signed-off-by: Jakov Smolić 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 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