From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id B76A21582EF for ; Fri, 07 Mar 2025 06:55:06 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id A2A94342F64 for ; Fri, 07 Mar 2025 06:55:06 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id A5BB91102F2; Fri, 07 Mar 2025 06:55:05 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 9D6C71102D2 for ; Fri, 07 Mar 2025 06:55:05 +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 55865342F8C for ; Fri, 07 Mar 2025 06:55:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B50982890 for ; Fri, 07 Mar 2025 06:55:03 +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: <1741330336.fdde389aae5e3011da253988ea22838215ed5144.xen0n@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/bloaty/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/bloaty/bloaty-9999.ebuild X-VCS-Directories: dev-util/bloaty/ X-VCS-Committer: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: fdde389aae5e3011da253988ea22838215ed5144 X-VCS-Branch: master Date: Fri, 07 Mar 2025 06:55:03 +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: db31a1a5-db6c-4e4d-a985-37020407a36c X-Archives-Hash: 4d17c73f68974f36326498ac23dcc643 commit: fdde389aae5e3011da253988ea22838215ed5144 Author: WANG Xuerui gentoo org> AuthorDate: Fri Mar 7 06:16:58 2025 +0000 Commit: WANG Xuerui gentoo org> CommitDate: Fri Mar 7 06:52:16 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdde389a dev-util/bloaty: forward ~loong Signed-off-by: WANG Xuerui gentoo.org> dev-util/bloaty/bloaty-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/bloaty/bloaty-9999.ebuild b/dev-util/bloaty/bloaty-9999.ebuild index e8c0b98fe27a..ea1ae5795ac4 100644 --- a/dev-util/bloaty/bloaty-9999.ebuild +++ b/dev-util/bloaty/bloaty-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -15,7 +15,7 @@ if [[ ${PV} == 9999 ]]; then RESTRICT="!test? ( test )" else SRC_URI="https://github.com/google/${PN}/releases/download/v${PV}/${P}.tar.bz2" - KEYWORDS="~amd64 ~arm64" + KEYWORDS="~amd64 ~arm64 ~loong" fi LICENSE="Apache-2.0"