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 226E91581F0 for ; Sat, 25 Jan 2025 12:31:03 +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 0C8F13431C6 for ; Sat, 25 Jan 2025 12:31:03 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 0917511042D; Sat, 25 Jan 2025 12:31:02 +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 F2EC011042D for ; Sat, 25 Jan 2025 12:31:01 +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 A75853431D6 for ; Sat, 25 Jan 2025 12:31:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 10B1A170C for ; Sat, 25 Jan 2025 12:31:00 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1737808223.1a5b7cdc4e63a0a93f23807ca94e356f1c8fe4d3.arthurzam@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.3.ebuild X-VCS-Directories: app-misc/yq-go/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 1a5b7cdc4e63a0a93f23807ca94e356f1c8fe4d3 X-VCS-Branch: master Date: Sat, 25 Jan 2025 12:31:00 +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: cdcea96b-f4dd-4477-87c2-c434113b128b X-Archives-Hash: de9da5ae5d8f89ec71cba4463e0b2231 commit: 1a5b7cdc4e63a0a93f23807ca94e356f1c8fe4d3 Author: Arthur Zamarin gentoo org> AuthorDate: Sat Jan 25 12:30:23 2025 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sat Jan 25 12:30:23 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a5b7cdc app-misc/yq-go: Keyword 4.44.3 arm, #939903 Signed-off-by: Arthur Zamarin gentoo.org> app-misc/yq-go/yq-go-4.44.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/yq-go/yq-go-4.44.3.ebuild b/app-misc/yq-go/yq-go-4.44.3.ebuild index fb618d6bd4b3..11ad36a3e16e 100644 --- a/app-misc/yq-go/yq-go-4.44.3.ebuild +++ b/app-misc/yq-go/yq-go-4.44.3.ebuild @@ -13,7 +13,7 @@ S=${WORKDIR}/${P/-go/} LICENSE="MIT" LICENSE+=" Apache-2.0 BSD BSD-2" SLOT="0" -KEYWORDS="amd64 ~arm64 ~loong" +KEYWORDS="amd64 ~arm ~arm64 ~loong" IUSE="+yq-symlink" DOCS=(README.md) RDEPEND="yq-symlink? ( !app-misc/yq[yq-symlink(+)] )"