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 B628F15813A for ; Fri, 10 Jan 2025 04:41:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 21411E07C9; Fri, 10 Jan 2025 04:41:27 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 07A5BE07C9 for ; Fri, 10 Jan 2025 04:41:27 +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 2052C341B52 for ; Fri, 10 Jan 2025 04:41:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B82311E75 for ; Fri, 10 Jan 2025 04:41:22 +0000 (UTC) From: "WANG Xuerui" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "WANG Xuerui" Message-ID: <1736484049.f6ebe6f7a4c5061f02a62b05f308afe92d8de353.xen0n@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.3.ebuild X-VCS-Directories: dev-util/lcov/ X-VCS-Committer: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: f6ebe6f7a4c5061f02a62b05f308afe92d8de353 X-VCS-Branch: master Date: Fri, 10 Jan 2025 04:41:22 +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: 0b5c5a2a-137c-4da5-9752-fcf4d377bded X-Archives-Hash: 06223f837c6e679e3a50ed5fadedc075 commit: f6ebe6f7a4c5061f02a62b05f308afe92d8de353 Author: WANG Xuerui gentoo org> AuthorDate: Fri Jan 10 04:30:33 2025 +0000 Commit: WANG Xuerui gentoo org> CommitDate: Fri Jan 10 04:40:49 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6ebe6f7 dev-util/lcov: keyword 2.3 for ~loong Signed-off-by: WANG Xuerui gentoo.org> dev-util/lcov/lcov-2.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/lcov/lcov-2.3.ebuild b/dev-util/lcov/lcov-2.3.ebuild index 56bc6bcaf09b..22779a70e390 100644 --- a/dev-util/lcov/lcov-2.3.ebuild +++ b/dev-util/lcov/lcov-2.3.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 ~arm ~arm64 ~ppc64 ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~x86" fi LICENSE="GPL-2+"