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 15B94158087 for ; Mon, 17 Jan 2022 23:24:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9A0EF2BC01C; Mon, 17 Jan 2022 23:24:27 +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 D8A02E079C for ; Mon, 17 Jan 2022 23:24:26 +0000 (UTC) Message-ID: Subject: [gentoo-dev] [RFC] making rust-bin ordered first in virtual/rust From: Georgy Yakovlev To: gentoo-dev@lists.gentoo.org Date: Mon, 17 Jan 2022 15:24:23 -0800 Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.42.3 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Archives-Salt: 6a40b9f9-ceaa-4875-9f8c-f86ba8a128f9 X-Archives-Hash: 9ec52458615f7daa82654f5baad6c8b7 Hi, I've been approached multiple times with that request, and a lot of time I see new users completely destroyed by rust build time and disk space requirements. WDYT about switching order of rusts in a virtual? RDEPEND="|| ( ~dev-lang/rust-${PV} ~dev-lang/rust-bin-${PV} )" becomes RDEPEND="|| ( ~dev-lang/rust-bin-${PV} ~dev-lang/rust-${PV} )" Existing installs should be unaffected ofc. But portage may prefer to depclean rust and not rust-bin if both are present. Users who wish to use source version at all times can just add it to world file. I see both positives and negatives of doing that, but would like to reach out to community first. Thanks! -- Georgy