From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1659062-garchives=archives.gentoo.org@lists.gentoo.org>
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 CC304159C9B
	for <garchives@archives.gentoo.org>; Mon,  5 Aug 2024 11:07:07 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 17846E2A5D;
	Mon,  5 Aug 2024 11:07:07 +0000 (UTC)
Received: from smtp.gentoo.org (mail.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 EEA17E2A5D
	for <gentoo-commits@lists.gentoo.org>; Mon,  5 Aug 2024 11:07:06 +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 36B4F340DE6
	for <gentoo-commits@lists.gentoo.org>; Mon,  5 Aug 2024 11:07:06 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id C6F461E8A
	for <gentoo-commits@lists.gentoo.org>; Mon,  5 Aug 2024 11:07:04 +0000 (UTC)
From: "WANG Xuerui" <xen0n@gentoo.org>
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" <xen0n@gentoo.org>
Message-ID: <1722856011.77b4dcc98f0b65909a9ebfb7ea299112e6ce3a71.xen0n@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/yq-go/
X-VCS-Repository: repo/gentoo
X-VCS-Files: app-misc/yq-go/yq-go-4.44.2.ebuild
X-VCS-Directories: app-misc/yq-go/
X-VCS-Committer: xen0n
X-VCS-Committer-Name: WANG Xuerui
X-VCS-Revision: 77b4dcc98f0b65909a9ebfb7ea299112e6ce3a71
X-VCS-Branch: master
Date: Mon,  5 Aug 2024 11:07:04 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 1da25adf-e7ed-429f-aadc-248dbef2ef34
X-Archives-Hash: 7804d22a53fe5aa0fe1487c627b14624

commit:     77b4dcc98f0b65909a9ebfb7ea299112e6ce3a71
Author:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 16 09:23:27 2024 +0000
Commit:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
CommitDate: Mon Aug  5 11:06:51 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77b4dcc9

app-misc/yq-go: keyword 4.44.2 for ~loong

Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>

 app-misc/yq-go/yq-go-4.44.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/yq-go/yq-go-4.44.2.ebuild b/app-misc/yq-go/yq-go-4.44.2.ebuild
index e5ffdf984aaa..277186a7f1e3 100644
--- a/app-misc/yq-go/yq-go-4.44.2.ebuild
+++ b/app-misc/yq-go/yq-go-4.44.2.ebuild
@@ -13,7 +13,7 @@ S=${WORKDIR}/${P/-go/}
 LICENSE="MIT"
 LICENSE+=" Apache-2.0 BSD BSD-2"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~loong"
 IUSE="+yq-symlink"
 DOCS=(README.md)
 RDEPEND="yq-symlink? ( !app-misc/yq[yq-symlink(+)] )"