Gentoo Archives: gentoo-dev

From: Zac Medico <zmedico@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] new virtual -- virtual/go to fix go build time dependencies
Date: Thu, 02 Mar 2017 19:05:48
Message-Id: 0902279a-1684-5204-8f3d-33a07bbfbac0@gentoo.org
In Reply to: Re: [gentoo-dev] new virtual -- virtual/go to fix go build time dependencies by Michael Orlitzky
1 On 03/02/2017 06:47 AM, Michael Orlitzky wrote:
2 > On 03/02/2017 09:24 AM, Mike Gilbert wrote:
3 >>>
4 >>> In other words, the ":=" only does something special in RDEPEND. That
5 >>> makes sense when you think of it as meaning "the thing will break"
6 >>> rather than "I want to do a rebuild." The only reason it's not an error
7 >>> to put them in DEPEND is because it would annoy everyone doing
8 >>> DEPEND="${RDEPEND}".
9 >>
10 >> Portage has interesting behavior for ":=" in DEPEND: it varies
11 >> depending on your "with-bdeps" setting.
12 >>
13 >
14 > This is why we can't have nice things.
15
16 For those that are interested, I'm planning to to make --with-bdeps
17 automatically enabled when possible:
18
19 https://bugs.gentoo.org/show_bug.cgi?id=598444#c4
20
21 I hope to implement this very soon, to be included in the next portage
22 release.
23 --
24 Thanks,
25 Zac

Replies