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 2F18915852A for ; Thu, 22 Aug 2024 08:55:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BE8D62BC029; Thu, 22 Aug 2024 08:55:45 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A35502BC029 for ; Thu, 22 Aug 2024 08:55:45 +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 BE273340806 for ; Thu, 22 Aug 2024 08:55:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BB9D91F0B for ; Thu, 22 Aug 2024 08:55:41 +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: <1724315920.1d9eebf84401b1d7addbc05293c12ea68e9b5333.xen0n@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-containers/crun/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-containers/crun/crun-1.16.ebuild X-VCS-Directories: app-containers/crun/ X-VCS-Committer: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: 1d9eebf84401b1d7addbc05293c12ea68e9b5333 X-VCS-Branch: master Date: Thu, 22 Aug 2024 08:55:41 +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: bf9e1877-59d2-4af0-a6c2-8179e6bb7f73 X-Archives-Hash: a4883f85a4a66d1980748d247f4b416c commit: 1d9eebf84401b1d7addbc05293c12ea68e9b5333 Author: WANG Xuerui gentoo org> AuthorDate: Thu Aug 22 08:38:40 2024 +0000 Commit: WANG Xuerui gentoo org> CommitDate: Thu Aug 22 08:38:40 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d9eebf8 app-containers/crun: keyword 1.16 for ~loong Signed-off-by: WANG Xuerui gentoo.org> app-containers/crun/crun-1.16.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-containers/crun/crun-1.16.ebuild b/app-containers/crun/crun-1.16.ebuild index 631d7a2535dd..c2730e40b57e 100644 --- a/app-containers/crun/crun-1.16.ebuild +++ b/app-containers/crun/crun-1.16.ebuild @@ -15,7 +15,7 @@ if [[ "$PV" == *9999* ]]; then EGIT_REPO_URI="https://github.com/containers/${PN}.git" else SRC_URI="https://github.com/containers/${PN}/releases/download/${PV}/${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv" + KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv" fi LICENSE="GPL-2+ LGPL-2.1+"