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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A33C5158086 for ; Thu, 21 Oct 2021 23:47:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E7101E085B; Thu, 21 Oct 2021 23:47:04 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6E3CDE085B for ; Thu, 21 Oct 2021 23:47:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 367D034303C for ; Thu, 21 Oct 2021 23:47:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 79F508F for ; Thu, 21 Oct 2021 23:47:01 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1634859977.d4e208e91591026acece35da8445b27fa20d3d5f.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/rust/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/rust/rust-1.56.0-r1.ebuild dev-lang/rust/rust-1.56.0.ebuild X-VCS-Directories: dev-lang/rust/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: d4e208e91591026acece35da8445b27fa20d3d5f X-VCS-Branch: master Date: Thu, 21 Oct 2021 23:47:01 +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: 56be4b5e-5297-4a7c-b2eb-ee9d2b6fb951 X-Archives-Hash: 55cfb426910a185f159b6bf9acd72cce commit: d4e208e91591026acece35da8445b27fa20d3d5f Author: Georgy Yakovlev gentoo org> AuthorDate: Thu Oct 21 23:45:39 2021 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Thu Oct 21 23:46:17 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4e208e9 dev-lang/rust: base 1.56.0 on llvm-13 Signed-off-by: Georgy Yakovlev gentoo.org> dev-lang/rust/{rust-1.56.0.ebuild => rust-1.56.0-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/rust/rust-1.56.0.ebuild b/dev-lang/rust/rust-1.56.0-r1.ebuild similarity index 99% rename from dev-lang/rust/rust-1.56.0.ebuild rename to dev-lang/rust/rust-1.56.0-r1.ebuild index 8f8a1be4f7e..a388d0a0069 100644 --- a/dev-lang/rust/rust-1.56.0.ebuild +++ b/dev-lang/rust/rust-1.56.0-r1.ebuild @@ -49,7 +49,7 @@ IUSE="clippy cpu_flags_x86_sse2 debug doc miri nightly parallel-compiler rls rus # How to use it: # List all the working slots in LLVM_VALID_SLOTS, newest first. -LLVM_VALID_SLOTS=( 12 ) +LLVM_VALID_SLOTS=( 13 ) LLVM_MAX_SLOT="${LLVM_VALID_SLOTS[0]}" # splitting usedeps needed to avoid CI/pkgcheck's UncheckableDep limitation