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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 128A615813A for ; Tue, 07 Jan 2025 18:30:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5812DE077D; Tue, 07 Jan 2025 18:30:57 +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 4365FE077D for ; Tue, 07 Jan 2025 18:30:57 +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 88853340CBB for ; Tue, 07 Jan 2025 18:30:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 264C71187 for ; Tue, 07 Jan 2025 18:30:55 +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: <1736274628.dd12272bf2e364c8207f13938ffcae058af4ea39.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/lcov/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/lcov/lcov-2.0-r4.ebuild X-VCS-Directories: dev-util/lcov/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: dd12272bf2e364c8207f13938ffcae058af4ea39 X-VCS-Branch: master Date: Tue, 07 Jan 2025 18:30:55 +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: 01c2c27c-f0ef-458f-a64f-04d7d68c47eb X-Archives-Hash: 34b36ed32e5e40c4b731cad4b37485f9 commit: dd12272bf2e364c8207f13938ffcae058af4ea39 Author: Sam James gentoo org> AuthorDate: Tue Jan 7 18:30:19 2025 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jan 7 18:30:28 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd12272b dev-util/lcov: Keyword 2.0-r4 arm64, #947654 Signed-off-by: Sam James gentoo.org> dev-util/lcov/lcov-2.0-r4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/lcov/lcov-2.0-r4.ebuild b/dev-util/lcov/lcov-2.0-r4.ebuild index 27ea34a97e5a..a815d73a4762 100644 --- a/dev-util/lcov/lcov-2.0-r4.ebuild +++ b/dev-util/lcov/lcov-2.0-r4.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} == 9999 ]] ; then inherit git-r3 else SRC_URI="https://github.com/linux-test-project/lcov/releases/download/v${PV}/${P}.tar.gz" - KEYWORDS="~amd64" + KEYWORDS="~amd64 ~arm64" fi LICENSE="GPL-2+"