Gentoo Archives: gentoo-user

From: Neil Bothwick <neil@××××××××××.uk>
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:29:57
Message-Id: 20200721092817.1c3dcf47@digimed.co.uk
In Reply to: [gentoo-user] repoint virtual/rust to rust instead of rust-bin by Adam Carter
1 On Tue, 21 Jul 2020 17:49:12 +1000, Adam Carter wrote:
2
3 > I've unmerged rust-bin, emerged rust (v1,45), then re-emerged
4 > virtual/rust but if i run a world update it still wants to pull
5 > rust-bin back in;
6 >
7 > # emerge -avuD --tree world
8 >
9 > These are the packages that would be merged, in reverse order:
10 > Calculating dependencies... done!
11 > [ebuild UD ] virtual/rust-1.44.1::gentoo [1.45.0::gentoo]
12 > ABI_X86="(64) -32 (-x32)" 0 KiB
13 > [ebuild N ] dev-lang/rust-bin-1.44.1:stable::gentoo USE="-clippy
14 > -doc -rustfmt" ABI_X86="(64) -32 (-x32)" CPU_FLAGS_X86="sse2" 0 KiB
15 >
16 > How do I clear this?
17
18 You have emerged rust-145 from testing but portage wants to install
19 virtual/rust-1.44.1 from stable. This looks like a keywording issue.
20
21 Are you running stable or testing? Do you have anything rust-related in
22 package.accept_keywords?
23
24
25 --
26 Neil Bothwick
27
28 Nostalgia isn't what it used to be.

Replies

Subject Author
Re: [gentoo-user] repoint virtual/rust to rust instead of rust-bin Adam Carter <adamcarter3@×××××.com>