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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B2BCC158094 for ; Thu, 25 Aug 2022 07:07:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C471BE08F2; Thu, 25 Aug 2022 07:07:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CB005E08F3 for ; Thu, 25 Aug 2022 07:07:33 +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 4102A340EE6 for ; Thu, 25 Aug 2022 07:07:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8281A599 for ; Thu, 25 Aug 2022 07:07:30 +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: <1661410653.139669848941102b2b8b593b2caf573483fd8f17.xen0n@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/github-cli/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/github-cli/github-cli-2.14.3.ebuild X-VCS-Directories: dev-util/github-cli/ X-VCS-Committer: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: 139669848941102b2b8b593b2caf573483fd8f17 X-VCS-Branch: master Date: Thu, 25 Aug 2022 07:07:30 +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: f497079b-1cc4-46f1-a17b-9840cb39adde X-Archives-Hash: 6e5a51db7c50031849301bf6112a98df commit: 139669848941102b2b8b593b2caf573483fd8f17 Author: WANG Xuerui gentoo org> AuthorDate: Thu Aug 25 06:57:33 2022 +0000 Commit: WANG Xuerui gentoo org> CommitDate: Thu Aug 25 06:57:33 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13966984 dev-util/github-cli: keyword 2.14.3 for ~loong Signed-off-by: WANG Xuerui gentoo.org> dev-util/github-cli/github-cli-2.14.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/github-cli/github-cli-2.14.3.ebuild b/dev-util/github-cli/github-cli-2.14.3.ebuild index 77fd1c37e6b9..834906664386 100644 --- a/dev-util/github-cli/github-cli-2.14.3.ebuild +++ b/dev-util/github-cli/github-cli-2.14.3.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == *9999 ]]; then else SRC_URI="https://github.com/cli/cli/archive/v${PV}.tar.gz -> ${P}.tar.gz" SRC_URI+=" https://dev.gentoo.org/~williamh/dist/${P}-deps.tar.xz" - KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv" + KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv" S="${WORKDIR}/cli-${PV}" fi