Gentoo Archives: gentoo-dev

From: Zac Medico <zmedico@g.o>
To: gentoo-dev@l.g.o, blueness@g.o
Cc: Leno Hou <lenohou@×××××.com>
Subject: Re: [gentoo-dev] [PATCH v1] enable gccgo for all platform
Date: Tue, 03 Nov 2015 20:35:35
Message-Id: 56391A85.708@gentoo.org
In Reply to: [gentoo-dev] [PATCH v1] enable gccgo for all platform by Leno Hou
1 On 11/02/2015 09:17 AM, Leno Hou wrote:
2 > -DEPEND=">=dev-lang/go-1.4:=
3 > +DEPEND="|| (
4 > + >=dev-lang/go-1.4:=
5 > + >=sys-devel/gcc-5.1.0:=[go]
6 > + )
7
8 Note that the council has recently decided that the := operator is
9 explicitly forbidden inside || ( ) constructs. The closest alternative
10 would be to use a USE flag as follows:
11
12 !gccgo? ( >=dev-lang/go-1.4:= ) gccgo? ( >=sys-devel/gcc-5.1.0:=[go] )
13 --
14 Thanks,
15 Zac