From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1427102-garchives=archives.gentoo.org@lists.gentoo.org>
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 32DB8158011
	for <garchives@archives.gentoo.org>; Sat, 13 Aug 2022 03:09:54 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 09B71E08FB;
	Sat, 13 Aug 2022 03:09:52 +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 pigeon.gentoo.org (Postfix) with ESMTPS id CFA46E08FA
	for <gentoo-commits@lists.gentoo.org>; Sat, 13 Aug 2022 03:09:51 +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 A0B43340E67
	for <gentoo-commits@lists.gentoo.org>; Sat, 13 Aug 2022 03:09:50 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id E93A61E
	for <gentoo-commits@lists.gentoo.org>; Sat, 13 Aug 2022 03:09:48 +0000 (UTC)
From: "WANG Xuerui" <xen0n@gentoo.org>
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" <xen0n@gentoo.org>
Message-ID: <1660360083.e2212bc5b3f84b9e86929eb0647a961f96d04938.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: e2212bc5b3f84b9e86929eb0647a961f96d04938
X-VCS-Branch: master
Date: Sat, 13 Aug 2022 03:09:48 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 94120969-6f07-4bc0-825d-2e5d68ef8d17
X-Archives-Hash: bddd24a0bdb143fe0ddea768c136bd6d

commit:     e2212bc5b3f84b9e86929eb0647a961f96d04938
Author:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 13 03:00:02 2022 +0000
Commit:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
CommitDate: Sat Aug 13 03:08:03 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2212bc5

profiles/arch/loong: unforce USE=curl for dev-vcs/git

Stage building no longer require any live ebuild (hence git https
cloning), so this is no longer needed.

Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>

 profiles/arch/loong/package.use.force | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/profiles/arch/loong/package.use.force b/profiles/arch/loong/package.use.force
index 1b1948517b25..625c34da57cb 100644
--- a/profiles/arch/loong/package.use.force
+++ b/profiles/arch/loong/package.use.force
@@ -7,7 +7,3 @@ dev-libs/libffi experimental-loong
 sys-kernel/linux-headers experimental-loong
 sys-libs/glibc experimental-loong
 sys-libs/libseccomp experimental-loong
-
-# WANG Xuerui <xen0n@gentoo.org> (2022-04-18)
-# gcc-12 is live ebuild for now, hence requiring this
-dev-vcs/git curl