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 76666158015 for ; Fri, 22 Dec 2023 14:56:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8F7D82BC08D; Fri, 22 Dec 2023 14:56:13 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6E5E12BC08D for ; Fri, 22 Dec 2023 14:56:13 +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 6BB89340813 for ; Fri, 22 Dec 2023 14:56:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D30F9ED2 for ; Fri, 22 Dec 2023 14:56:10 +0000 (UTC) From: "orbea" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "orbea" Message-ID: <1703256703.635fff7d5953a3cb91cc4e4d98701ea7f8f8c1cc.orbea@gentoo> Subject: [gentoo-commits] repo/proj/libressl:master commit in: dev-lang/rust/ X-VCS-Repository: repo/proj/libressl X-VCS-Files: dev-lang/rust/metadata.xml X-VCS-Directories: dev-lang/rust/ X-VCS-Committer: orbea X-VCS-Committer-Name: orbea X-VCS-Revision: 635fff7d5953a3cb91cc4e4d98701ea7f8f8c1cc X-VCS-Branch: master Date: Fri, 22 Dec 2023 14:56:10 +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: 2f66feae-1b7e-46b9-9c3a-c2f985b06491 X-Archives-Hash: f01cc387b59d9b2fd2467f7b6de5e826 commit: 635fff7d5953a3cb91cc4e4d98701ea7f8f8c1cc Author: orbea riseup net> AuthorDate: Fri Dec 22 14:51:43 2023 +0000 Commit: orbea riseup net> CommitDate: Fri Dec 22 14:51:43 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=635fff7d dev-lang/rust: update metadata.xml Signed-off-by: orbea riseup.net> dev-lang/rust/metadata.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-lang/rust/metadata.xml b/dev-lang/rust/metadata.xml index d67d277..e28f627 100644 --- a/dev-lang/rust/metadata.xml +++ b/dev-lang/rust/metadata.xml @@ -12,7 +12,6 @@ Install clippy, Rust code linter Install dist tarballs (used for bootstrapping) - Optimize the build using Link Time Optimization (LTO) Install miri, an interpreter for Rust's mid-level intermediate representation (requires USE=nightly, sometimes is broken) Enable nightly (UNSTABLE) features (NOTE: it does not install nightly version, just enables features marked as nightly at time of release) Build a multi-threaded rustc (experimental, not tested by upstream)