From: Zac Medico <zmedico@gentoo.org>
To: gentoo-dev@lists.gentoo.org, blueness@gentoo.org
Cc: Leno Hou <lenohou@gmail.com>
Subject: Re: [gentoo-dev] [PATCH v1] enable gccgo for all platform
Date: Tue, 3 Nov 2015 12:35:17 -0800 [thread overview]
Message-ID: <56391A85.708@gentoo.org> (raw)
In-Reply-To: <1446484646-14770-1-git-send-email-lenohou@gmail.com>
On 11/02/2015 09:17 AM, Leno Hou wrote:
> -DEPEND=">=dev-lang/go-1.4:=
> +DEPEND="|| (
> + >=dev-lang/go-1.4:=
> + >=sys-devel/gcc-5.1.0:=[go]
> + )
Note that the council has recently decided that the := operator is
explicitly forbidden inside || ( ) constructs. The closest alternative
would be to use a USE flag as follows:
!gccgo? ( >=dev-lang/go-1.4:= ) gccgo? ( >=sys-devel/gcc-5.1.0:=[go] )
--
Thanks,
Zac
next prev parent reply other threads:[~2015-11-03 20:35 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-02 17:17 [gentoo-dev] [PATCH v1] enable gccgo for all platform Leno Hou
2015-11-02 17:30 ` William Hubbs
2015-11-02 20:12 ` Justin Lecher (jlec)
2015-11-02 22:38 ` William Hubbs
2015-11-03 2:40 ` Leno Hou
2015-11-03 7:45 ` Justin (jlec)
2015-11-03 14:56 ` William Hubbs
2015-11-03 15:09 ` James Le Cuirot
2015-11-04 23:46 ` William Hubbs
2015-11-04 2:41 ` Leno Hou
2015-11-03 20:35 ` Zac Medico [this message]
2015-11-15 8:34 ` [gentoo-dev] " Ryan Hill
2015-12-21 22:52 ` [gentoo-dev] " William Hubbs
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=56391A85.708@gentoo.org \
--to=zmedico@gentoo.org \
--cc=blueness@gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
--cc=lenohou@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox