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 9C6E01582EF for ; Fri, 07 Mar 2025 06:55:10 +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)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 793D034301E for ; Fri, 07 Mar 2025 06:55:10 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id BB1EC1102D2; 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 A940A1102D2 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 3EB4C342F64 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 A0DB5288E 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.a79328ad542f3d1546367c79a7e8a615f0178da1.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-1.1-r1.ebuild X-VCS-Directories: dev-util/bloaty/ X-VCS-Committer: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: a79328ad542f3d1546367c79a7e8a615f0178da1 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: d1db1e8d-affe-49a3-afc0-ab8a25875a37 X-Archives-Hash: 749303aa8cec90efc37fc1ee03e94cdf commit: a79328ad542f3d1546367c79a7e8a615f0178da1 Author: WANG Xuerui gentoo org> AuthorDate: Fri Mar 7 06:16:54 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=a79328ad dev-util/bloaty: keyword 1.1-r1 for ~loong Signed-off-by: WANG Xuerui gentoo.org> dev-util/bloaty/bloaty-1.1-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/bloaty/bloaty-1.1-r1.ebuild b/dev-util/bloaty/bloaty-1.1-r1.ebuild index 61b19bcb8d78..f5d02c6be6d4 100644 --- a/dev-util/bloaty/bloaty-1.1-r1.ebuild +++ b/dev-util/bloaty/bloaty-1.1-r1.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"