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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4E019158089 for ; Sun, 10 Sep 2023 04:42:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2BE842BC094; Sun, 10 Sep 2023 04:42:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 182402BC094 for ; Sun, 10 Sep 2023 04:42:39 +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 4A482335CEE for ; Sun, 10 Sep 2023 04:42:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7022D1166 for ; Sun, 10 Sep 2023 04:42:36 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1694320953.1c7c3a67fd2b589d81d091592947b76ad5535f42.robbat2@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/simplecov_json_formatter/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/simplecov_json_formatter/simplecov_json_formatter-0.1.4.ebuild X-VCS-Directories: dev-ruby/simplecov_json_formatter/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 1c7c3a67fd2b589d81d091592947b76ad5535f42 X-VCS-Branch: master Date: Sun, 10 Sep 2023 04:42:36 +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: ff2f2c4a-24e7-4c88-8776-666e64bcc8dc X-Archives-Hash: e6f479e62cc1e1a7133b9314038006a2 commit: 1c7c3a67fd2b589d81d091592947b76ad5535f42 Author: Robin H. Johnson gentoo org> AuthorDate: Sun Sep 10 04:40:37 2023 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Sun Sep 10 04:42:33 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c7c3a67 dev-ruby/simplecov_json_formatter: builds on x86 Signed-off-by: Robin H. Johnson gentoo.org> dev-ruby/simplecov_json_formatter/simplecov_json_formatter-0.1.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/simplecov_json_formatter/simplecov_json_formatter-0.1.4.ebuild b/dev-ruby/simplecov_json_formatter/simplecov_json_formatter-0.1.4.ebuild index 7adae99a8881..ed945ab79881 100644 --- a/dev-ruby/simplecov_json_formatter/simplecov_json_formatter-0.1.4.ebuild +++ b/dev-ruby/simplecov_json_formatter/simplecov_json_formatter-0.1.4.ebuild @@ -14,7 +14,7 @@ DESCRIPTION="JSON formatter for SimpleCov" HOMEPAGE="https://github.com/codeclimate-community/simplecov_json_formatter" LICENSE="MIT" -KEYWORDS="~amd64 ~riscv" +KEYWORDS="~amd64 ~riscv ~x86" SLOT="$(ver_cut 1)" IUSE="doc"