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 13144159C9B for ; Wed, 7 Aug 2024 12:09:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A63C32BC13B; Wed, 7 Aug 2024 12:09:24 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 8B3132BC13B for ; Wed, 7 Aug 2024 12:09:24 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4A23F3430D9 for ; Wed, 7 Aug 2024 12:09:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DAB1A1ECF for ; Wed, 7 Aug 2024 12:09:19 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1723032490.c40b9773a34eb442e74e8f77702885d89a3600d4.sam@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: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c40b9773a34eb442e74e8f77702885d89a3600d4 X-VCS-Branch: master Date: Wed, 7 Aug 2024 12:09:19 +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: 6805fc89-1d22-428d-a589-53e297e1832f X-Archives-Hash: 565355da9c6bd53167ccd8be911b39d5 commit: c40b9773a34eb442e74e8f77702885d89a3600d4 Author: Sam James gentoo org> AuthorDate: Wed Aug 7 12:08:10 2024 +0000 Commit: Sam James gentoo org> CommitDate: Wed Aug 7 12:08:10 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c40b9773 dev-ruby/simplecov-html: Keyword 0.12.3-r1 arm, #934881 Signed-off-by: Sam James 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 b7676c2d6b8c..ab08172a492e 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 ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86" +KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86" SLOT="$(ver_cut 1-2)" IUSE="doc"