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 0084515852A for ; Thu, 22 Aug 2024 08:55:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E6DC2BC03C; Thu, 22 Aug 2024 08:55:47 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0AF562BC03C for ; Thu, 22 Aug 2024 08:55:47 +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 53D54340DC8 for ; Thu, 22 Aug 2024 08:55:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 823431F15 for ; Thu, 22 Aug 2024 08:55:42 +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: <1724316386.f72e0168f428374600cdaecc60a24ea87bfee859.xen0n@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/criu/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-process/criu/criu-3.19.ebuild X-VCS-Directories: sys-process/criu/ X-VCS-Committer: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: f72e0168f428374600cdaecc60a24ea87bfee859 X-VCS-Branch: master Date: Thu, 22 Aug 2024 08:55:42 +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: df13d69a-f138-46c1-8c60-a547983f100d X-Archives-Hash: 25348d462b1eb6a76409db6ab23c6ba0 commit: f72e0168f428374600cdaecc60a24ea87bfee859 Author: WANG Xuerui gentoo org> AuthorDate: Thu Aug 22 08:46:26 2024 +0000 Commit: WANG Xuerui gentoo org> CommitDate: Thu Aug 22 08:46:26 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f72e0168 sys-process/criu: add build support for loong See: https://github.com/checkpoint-restore/criu/pull/2183 Signed-off-by: WANG Xuerui gentoo.org> sys-process/criu/criu-3.19.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-process/criu/criu-3.19.ebuild b/sys-process/criu/criu-3.19.ebuild index 42928cbad03b..a94266a0c6f9 100644 --- a/sys-process/criu/criu-3.19.ebuild +++ b/sys-process/criu/criu-3.19.ebuild @@ -70,6 +70,7 @@ criu_arch() { case ${ARCH} in amd64) echo "x86";; arm64) echo "aarch64";; + loong) echo "loongarch64";; ppc64*) echo "ppc64";; *) echo "${ARCH}";; esac