Gentoo Archives: gentoo-user

From: Franz Fellner <alpine.art.de@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] repoint virtual/rust to rust instead of rust-bin
Date: Tue, 21 Jul 2020 08:41:06
Message-Id: 1595320857-ner-5.094@TPL520
In Reply to: [gentoo-user] repoint virtual/rust to rust instead of rust-bin by Adam Carter
1 When you sorted out the mentioned keywording issues:
2 To tell portage to ignore rust-bin as a valid dependency
3 for virtual/rust simply put "dev-lang/rust-bin" in your
4 "/etc/portage/pckage.mask"
5
6 Franz
7
8 On Tue Jul 21 17:49:12 2020, Adam Carter <adamcarter3@×××××.com> wrote:
9 > I've unmerged rust-bin, emerged rust (v1,45), then re-emerged virtual/rust
10 > but if i run a world update it still wants to pull rust-bin back in;
11 >
12 > # emerge -avuD --tree world
13 >
14 > These are the packages that would be merged, in reverse order:
15 > Calculating dependencies... done!
16 > [ebuild UD ] virtual/rust-1.44.1::gentoo [1.45.0::gentoo] ABI_X86="(64)
17 > -32 (-x32)" 0 KiB
18 > [ebuild N ] dev-lang/rust-bin-1.44.1:stable::gentoo USE="-clippy
19 > -doc -rustfmt" ABI_X86="(64) -32 (-x32)" CPU_FLAGS_X86="sse2" 0 KiB
20 >
21 > How do I clear this?
22 >
23 >