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 514E815808A 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 3E9302BC0A0; Sun, 10 Sep 2023 04:42:39 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 25ADB2BC0A0 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 24637335CE9 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 5CEFE10CC 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.bf8e3eabc0dfcd58c84157791d651ebc70060420.robbat2@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/simplecov-html/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/simplecov-html/simplecov-html-0.12.3-r1.ebuild X-VCS-Directories: dev-ruby/simplecov-html/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: bf8e3eabc0dfcd58c84157791d651ebc70060420 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: 057d7fdb-e3f8-4850-b284-b768c5498aac X-Archives-Hash: 6b2fe6365a492d147a20f8973946b6ba commit: bf8e3eabc0dfcd58c84157791d651ebc70060420 Author: Robin H. Johnson gentoo org> AuthorDate: Sun Sep 10 04:40:03 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=bf8e3eab dev-ruby/simplecov-html: builds on x86 Signed-off-by: Robin H. Johnson gentoo.org> dev-ruby/simplecov-html/simplecov-html-0.12.3-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/simplecov-html/simplecov-html-0.12.3-r1.ebuild b/dev-ruby/simplecov-html/simplecov-html-0.12.3-r1.ebuild index 17b4a881fc54..9fd69f2b7392 100644 --- a/dev-ruby/simplecov-html/simplecov-html-0.12.3-r1.ebuild +++ b/dev-ruby/simplecov-html/simplecov-html-0.12.3-r1.ebuild @@ -18,6 +18,6 @@ DESCRIPTION="Generates a HTML report of your SimpleCov ruby code coverage result HOMEPAGE="https://github.com/simplecov-ruby/simplecov-html" LICENSE="MIT" -KEYWORDS="~amd64 ~riscv" +KEYWORDS="~amd64 ~riscv ~x86" SLOT="$(ver_cut 1-2)" IUSE="doc"