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 A9170158012 for ; Mon, 12 Sep 2022 06:02:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E3B71E0948; Mon, 12 Sep 2022 06:02:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 CF588E0948 for ; Mon, 12 Sep 2022 06:02:38 +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 BEC5B340DF7 for ; Mon, 12 Sep 2022 06:02:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 215E759F for ; Mon, 12 Sep 2022 06:02:36 +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: <1662962385.1e4d9d00ea00b0bff147fb163231dd83d1d24e10.xen0n@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/loong/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/loong/package.use.force X-VCS-Directories: profiles/arch/loong/ X-VCS-Committer: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: 1e4d9d00ea00b0bff147fb163231dd83d1d24e10 X-VCS-Branch: master Date: Mon, 12 Sep 2022 06:02:36 +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: 1c8b1d78-8298-4156-9c71-96fab354c737 X-Archives-Hash: e9055fc35096031599f4a1f0b40706f2 commit: 1e4d9d00ea00b0bff147fb163231dd83d1d24e10 Author: WANG Xuerui gentoo org> AuthorDate: Mon Sep 12 05:59:45 2022 +0000 Commit: WANG Xuerui gentoo org> CommitDate: Mon Sep 12 05:59:45 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e4d9d00 profiles/arch/loong: fix typo: LLVM_TARGETS should be LoongArch Signed-off-by: WANG Xuerui gentoo.org> profiles/arch/loong/package.use.force | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/profiles/arch/loong/package.use.force b/profiles/arch/loong/package.use.force index 6314c2c732c0..9f826c4f154f 100644 --- a/profiles/arch/loong/package.use.force +++ b/profiles/arch/loong/package.use.force @@ -6,11 +6,11 @@ # # Some packages are not fully ported yet, but preemptively added so we won't # have to revisit later. -dev-lang/rust llvm_targets_AArch64 -dev-libs/keystone llvm_targets_AArch64 -dev-ml/llvm-ocaml llvm_targets_AArch64 -sys-devel/clang llvm_targets_AArch64 -sys-devel/llvm llvm_targets_AArch64 +dev-lang/rust llvm_targets_LoongArch +dev-libs/keystone llvm_targets_LoongArch +dev-ml/llvm-ocaml llvm_targets_LoongArch +sys-devel/clang llvm_targets_LoongArch +sys-devel/llvm llvm_targets_LoongArch # WANG Xuerui (2022-04-24) # Force-enable experimental-loong on packages; we're loong.