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 403F9158095 for ; Sun, 11 Sep 2022 20:15:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6A864E01B5; Sun, 11 Sep 2022 20:15:37 +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 4BDC8E01B5 for ; Sun, 11 Sep 2022 20:15:37 +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 2529B340AB6 for ; Sun, 11 Sep 2022 20:15:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B6FC775 for ; Sun, 11 Sep 2022 20:15:34 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1662927324.311dc338a9566052b660de5494e47ff9dd417173.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/sparc/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/sparc/package.use.force profiles/arch/sparc/package.use.stable.force X-VCS-Directories: profiles/arch/sparc/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 311dc338a9566052b660de5494e47ff9dd417173 X-VCS-Branch: master Date: Sun, 11 Sep 2022 20:15:34 +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: a916f098-6d7e-4f02-8207-ad24a76ba29c X-Archives-Hash: 5d5d9ce250af481e31907afa7ae9c1f4 commit: 311dc338a9566052b660de5494e47ff9dd417173 Author: Sam James gentoo org> AuthorDate: Sun Sep 11 20:15:24 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sun Sep 11 20:15:24 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=311dc338 profiles/arch/sparc: add dev-lang/rust[system-bootstrap] to p.u.stable.force too Bug: https://bugs.gentoo.org/842246 Closes: https://bugs.gentoo.org/869680 Signed-off-by: Sam James gentoo.org> profiles/arch/sparc/package.use.force | 2 +- profiles/arch/sparc/package.use.stable.force | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/profiles/arch/sparc/package.use.force b/profiles/arch/sparc/package.use.force index 888248394524..f3be48ad126c 100644 --- a/profiles/arch/sparc/package.use.force +++ b/profiles/arch/sparc/package.use.force @@ -4,7 +4,7 @@ # Sam James (2022-06-25) # dev-lang/rust lacks wiring up to use our custom rust-bin bootstrap # tarball, so force system-bootstrap instead (i.e. force using rust-bin -# or existing installed rust). bug #842246. +# or existing installed rust). bug #842246, bug #869680. dev-lang/rust system-bootstrap # Sam James (2022-02-19) diff --git a/profiles/arch/sparc/package.use.stable.force b/profiles/arch/sparc/package.use.stable.force new file mode 100644 index 000000000000..ff742843f7f3 --- /dev/null +++ b/profiles/arch/sparc/package.use.stable.force @@ -0,0 +1,8 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Sam James (2022-09-11) +# dev-lang/rust lacks wiring up to use our custom rust-bin bootstrap +# tarball, so force system-bootstrap instead (i.e. force using rust-bin +# or existing installed rust). bug #842246, bug #869680. +dev-lang/rust system-bootstrap